Skip to content

Instantly share code, notes, and snippets.

@geovanerocha
Created September 29, 2012 13:39
Show Gist options
  • Save geovanerocha/3804033 to your computer and use it in GitHub Desktop.
Save geovanerocha/3804033 to your computer and use it in GitHub Desktop.
exemploSQL
SELECT * FROM clientes WHERE
idade <= 20,
totalPedidos > 30;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment