How can I append a subquery as an array in the main query select?
How can I append a subquery as an array in the main query select? I'm currently using the alternative which is to use relational queries, but when using the 
db.select() syntax, is it possible to append subqueries or any leftJoins for that matter as an array in the final select?
0 Replies