Closed paustint closed 3 years ago
SELECT AccountId, MAX(Account.CreatedDate) AcctCreatedDate FROM Contact GROUP BY AccountId
['AccountId', 'Account.CreatedDate']
['AccountId', 'AcctCreatedDate']
{ "attributes": { "type": "AggregateResult" }, "AccountId": "0016g00000ETu0MAAT", "AcctCreatedDate": "2020-02-28T03:00:31.000+0000" }
resolved by 92bd9e17593eec3e08d784996a67a4e05a0b5f51
Description
Actual:
['AccountId', 'Account.CreatedDate']
Expected:
['AccountId', 'AcctCreatedDate']
Salesforce Query Result