Skip to content

Instantly share code, notes, and snippets.

@sbarrat
Created June 12, 2013 07:58
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 sbarrat/5763544 to your computer and use it in GitHub Desktop.
Save sbarrat/5763544 to your computer and use it in GitHub Desktop.
Seleccionar datos entre dos fechas
SELECT data FROM tbl WHERE date BETWEEN date1 AND date2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment