Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lfreeland/95ee16aa3ea0a8c3148a8b6d086a448d to your computer and use it in GitHub Desktop.

Select an option

Save lfreeland/95ee16aa3ea0a8c3148a8b6d086a448d to your computer and use it in GitHub Desktop.
SOQL Count Example
Select count()
from Account
where <predicate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment