How to include all fields in partial select syntax
Hi, I'm trying to append the
The query works but the IDE is giving me the error:
for the
What would be the correct syntax to do this? Thanks.
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.