SyntaxFix
Write A Post
Hire A Developer
Questions
You can do like this
SELECT something FROM (a LEFT JOIN b ON a.a_id = b.b_id) LEFT JOIN c on a.a_aid = c.c_id WHERE a.parent_id = 'rootID'