Created
March 30, 2015 14:50
-
-
Save juniorb2ss/86016c7ef8898b5ccc03 to your computer and use it in GitHub Desktop.
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 `users` where `id` = '10' and (select count(*) from `clientes` inner join `users_clientes` on `clientes`.`id` = `users_clientes`.`clientes_id` where `users_clientes`.`users_id` = `users`.`id` and `cnpj` = '20434235000106' and (select count(*) from `configuracoes_nfe` where `configuracoes_nfe`.`clientes_id` = `clientes`.`id` and `ambiente` is not null limit 1) >= 1 limit 1) >= 1 limit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment