Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created October 5, 2015 17:40
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 aleszu/98d163c733abbab2888d to your computer and use it in GitHub Desktop.
Save aleszu/98d163c733abbab2888d to your computer and use it in GitHub Desktop.
SELECT *
FROM bird_tracking
WHERE
date_time > '2013-08-15'
AND date_time < '2014-01-01'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment