in reply to Re^4: Parse complex SQL statement
in thread Parse complex SQL statement

Hierarchy is probably best maintained by anchoring front and back, and literally recursively parsing the statements.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.