Question
Query of Queries
We finally upgraded from cf 5 to cfmx and I am using query of
queries for the first time.
I have to join six tables together to get the info I need and that is too complex for me. I tought of just joining two, then use query of queries to join the third, then use another to join the fourth, etc. but the examples and cf documnetation does not allow joins for query of queries.
Other than buiding tables to join, is there a subquery or subfile to extract and hold the first two joins, then join to the third table, etc ? Or amy I missing somehting and query of queries can do it ?
I have to join six tables together to get the info I need and that is too complex for me. I tought of just joining two, then use query of queries to join the third, then use another to join the fourth, etc. but the examples and cf documnetation does not allow joins for query of queries.
Other than buiding tables to join, is there a subquery or subfile to extract and hold the first two joins, then join to the third table, etc ? Or amy I missing somehting and query of queries can do it ?
