Monday, 26 August 2013

SOQL grouping and ordering – salesforce.stackexchange.com

SOQL grouping and ordering â€" salesforce.stackexchange.com References I have this SOQL, I\'m trying to also get the ID but I get this error Field must be grouped or aggregated: Id How can I also get the ID? SELECT count(ID), MAX(CreatedDate) FROM SAR__c WHERE …

No comments:

Post a Comment