RaulOcana
11-06-2019
Hi team,
It is possible to get the fields from a sub-query?
I have created a query so it joins two schemas, but I need to bring ALL fields from main and sub schemas, is that possible?
Regards,
Raúl
wodnicki
MVP
12-06-2019
Hi,
It's not possible to select fields out of where clause subqueries, no.
You can join the subquery's tables instead though.
Thanks,
-Jon