Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created March 26, 2014 20:14
Show Gist options
  • Save JoaoVagner/9792210 to your computer and use it in GitHub Desktop.
Save JoaoVagner/9792210 to your computer and use it in GitHub Desktop.
Bruno SQL
(SELECT * FROM T_Casa casa where casa.REFERENCIA = '65738')
UNION (SELECT * FROM T_Imoveis imoveis where casa.REFERENCIA = '65738')
UNION (SELECT * FROM T_Apto apto where casa.REFERENCIA = '65738')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment