function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CK_Young123CK_Young123 

"LEFT JOIN " is available the "SOQL"?

select Account.name from Account LEFT JOIN AccountPartner on Account.Id = AccountPartner.Id
 
left Join is unexpected token?
micwamicwa
Left join is not a supported operator in SOQL. You can only select data from another table if they are in a child relationship. For more information:
http://www.salesforce.com/us/developer/docs/api/index.htm