Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Created February 27, 2019 04:34
Show Gist options
  • Save thebrettbarlow/75c33ce1292dcc29d214acd9d7ea06ce to your computer and use it in GitHub Desktop.
Save thebrettbarlow/75c33ce1292dcc29d214acd9d7ea06ce to your computer and use it in GitHub Desktop.
SELECT Id, Name
FROM Lead
WHERE CreatedDate >= 2019-02-27T00:00:00Z
AND CreatedDate < 2019-02-28T00:00:00Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment