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