Created
February 27, 2019 04:34
-
-
Save thebrettbarlow/75c33ce1292dcc29d214acd9d7ea06ce to your computer and use it in GitHub Desktop.
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 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