Skip to content

Instantly share code, notes, and snippets.

@lfreeland
Last active September 27, 2019 10:14
Show Gist options
  • Save lfreeland/78c33bef7b7663d6442a5c741240d87c to your computer and use it in GitHub Desktop.
Save lfreeland/78c33bef7b7663d6442a5c741240d87c to your computer and use it in GitHub Desktop.
Not Valid Related To SOQL Example
SELECT Id,
WhatId,
What.Name,
What.BillingState
FROM Task
WHERE WhatId In (SELECT Id
FROM Account)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment