Skip to content

Instantly share code, notes, and snippets.

@sidneiweber
Last active April 20, 2016 11:46
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 sidneiweber/34f31203a766cbe59172 to your computer and use it in GitHub Desktop.
Save sidneiweber/34f31203a766cbe59172 to your computer and use it in GitHub Desktop.
Pesquisar intervalo datas mysql
SELECT * FROM `contas_pagar` WHERE data BETWEEN ('2014-09-01') AND ('2014-09-31');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment