How to include all fields in partial select syntax
Hi, I'm trying to append the
organization
field using a leftjoin
to the existing fields in contact
like this:
The query works but the IDE is giving me the error:
for the ...contact
part.
What would be the correct syntax to do this? Thanks.6 Replies
I used
getTableColumns()
to solve the issue
and then you do:
Oh, you got it
Thanks, found it searching the earlier questions on the server
Is there a way to do this with the columns of a subquery?
Not yet, there an open pr