Greetings,
I have a tree structure maintained in a Mysql table in the following format.
Id | left_id | right_id
As evident from the simple form, this is a binary tree structure maintained in a relational table. At the time of querying, a CTE self-re...