Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Created April 30, 2019 14:52
Show Gist options
  • Save thebrettbarlow/7a8bcbc957eeac8886db5477794179fe to your computer and use it in GitHub Desktop.
Save thebrettbarlow/7a8bcbc957eeac8886db5477794179fe to your computer and use it in GitHub Desktop.
SELECT Id, FirstName, LastName, Title, Account.Name
FROM Contact
WHERE Title = 'CEO'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment