Recursive Queries in MySQL 8

Sometimes you’ll encounter the need to perform recursive queries (queries that refer to themselves) and it was somewhat frustrating to find workarounds in previous versions of MySQL. MySQL 8, however, …