Skip to content

Instantly share code, notes, and snippets.

@muriloazevedo
Last active December 18, 2015 10:29
Show Gist options
  • Save muriloazevedo/5769189 to your computer and use it in GitHub Desktop.
Save muriloazevedo/5769189 to your computer and use it in GitHub Desktop.
SELECT * FROM partidas LEFT JOIN palpites ON partidas.id=palpites.id_partida WHERE palpites.id_user = 2 and partidas.id_cartela = 45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment