Hello to All,
I am trying to create a report that requires me to join multiple tables, in a hierarchy/tree structure. I have attempted to use the Query Designer to build this join layout with no success. Everything looks correct in the editor, but when it spits the code out, it looks like gibberish. I have sat here trying to walk myself through the resultant code in order to further manipulate it but can't seem to figure it out.
table4 table2 / / \table1 table5 \ table6 table3 / \ table7
Similar to shown above, I want to join table4 and table5 to table2, then table6 and table7 to table3, then table2 and table3 to table1.
I'm use to using parenthesis to design this kind of structure. But I have been told by a coworker that SQL doesn't use parenthesis in that manner, and that it basically just reads top to bottom.
I end up with something...