Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Created August 10, 2017 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanckulp/12ef8bde677d377be7b84be281d15670 to your computer and use it in GitHub Desktop.
Save ryanckulp/12ef8bde677d377be7b84be281d15670 to your computer and use it in GitHub Desktop.
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