Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:Whoa, just because it is "too complex" for you doesn't mean that you should then do something that is the wrong way of doing things. Q-of-Q is good for combining data from queries from different data sources and also for selecting a sub set of data from a previous query, etc., but it shouldn't be used if the method of joining your data should more appropriately be done in your database query. I routinely join dozens of queries, using inner and outer joins, and it isn't that complicated if you understand your data model and the underlying relationships of your entities.
I have to join six tables together to get the info I need and that is too complex for me
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied