Skip to content

Instantly share code, notes, and snippets.

@juniorb2ss
Created March 30, 2015 14:50
Show Gist options
  • Save juniorb2ss/86016c7ef8898b5ccc03 to your computer and use it in GitHub Desktop.
Save juniorb2ss/86016c7ef8898b5ccc03 to your computer and use it in GitHub Desktop.
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