Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. SELECT * FROM (SELECT
  2. contatosclientes,
  3. IF (
  4. (SELECT cc.* FROM contatosclientes cc where administrativoflag=1) AND (
  5. (
  6. (SELECT cc.* FROM contatosclientes cc where financeiroFlag=1 )
  7. )
  8. AND (
  9. (
  10. (SELECT cc.* FROM contatosclientes cc where tecnicoFlag=1 )
  11. )
Add Comment
Please, Sign In to add comment