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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes