Created
May 23, 2016 03:42
-
-
Save lfreeland/95ee16aa3ea0a8c3148a8b6d086a448d to your computer and use it in GitHub Desktop.
SOQL Count Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Select count() | |
| from Account | |
| where <predicate> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment