Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. select * from ivr_contatos, ivr_campanha,ivr_business where ivr_campanha.id = '1' and ivr_contatos.campanha = '1' and ivr_business.idvisita = ivr_contatos.codigo and ivr_contatos.status = 0 and tentativas >= qtdtentativas and date();
Add Comment
Please, Sign In to add comment