Created
March 26, 2014 20:14
-
-
Save JoaoVagner/9792210 to your computer and use it in GitHub Desktop.
Bruno SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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