Created
August 10, 2017 00:19
-
-
Save ryanckulp/12ef8bde677d377be7b84be281d15670 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 * from users where name LIKE 'Ryan%' AND CREATED_AT BETWEEN '2017-08-07' | |
AND '2017-08-15' order by id; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment