Skip to content

Instantly share code, notes, and snippets.

@heat
Created August 19, 2016 00:18
Show Gist options
  • Save heat/95f88c4eba87487f0ce21a378f843417 to your computer and use it in GitHub Desktop.
Save heat/95f88c4eba87487f0ce21a378f843417 to your computer and use it in GitHub Desktop.
-- adicionar query GetDataByPartida(@status, @idpartida);
select * from bilhete where
idbilhete in ( select bilhete_idbilhete from aposta where apostasjogos_idapostasjogos = @idpartida ) and
statusBilhete = @status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment