Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created October 5, 2015 17:32
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/c02c967a58d74f633b9f to your computer and use it in GitHub Desktop.
Save aleszu/c02c967a58d74f633b9f to your computer and use it in GitHub Desktop.
SELECT *
FROM bird_tracking
WHERE
bird_name = 'Nico'
AND 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