Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Created May 2, 2019 14:50
Show Gist options
  • Save thebrettbarlow/9f61b3c6aabe8c725cbe2e29e7f2a562 to your computer and use it in GitHub Desktop.
Save thebrettbarlow/9f61b3c6aabe8c725cbe2e29e7f2a562 to your computer and use it in GitHub Desktop.
SELECT Id, Name, (SELECT Id, Name, Amount, CloseDate FROM Opportunities)
FROM Account
WHERE Id IN (SELECT AccountId FROM Opportunity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment