Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. select * from tce.tb_cadastro_oab c
  2. inner join tce.tb_advogado a on (a.id_advogado = c.id_advogado)
  3. where nr_cpf in ('10931533000140',
  4. '36647578404',
  5. '02448533474',
  6. '02127009444',
  7. '59462671400',
  8. '03941533401',
  9. '01208865455',
  10. '03291994477',
  11. '66758211487',
  12. '02351936400',
  13. '67016189449',
  14. '03280188482',
  15. '02241279420',
  16. '06067377403',
  17. '03902316497',
  18. '03548423400',
  19. '91898277400',
  20. '06688737442',
  21. '03199089410',
  22. '03801538400',
  23. '02476532410',
  24. '03651551440',
  25. '43586392400',
  26. '03547355435',
  27. '02400739404',
  28. '00425001415',
  29. '29617707420',
  30. '51821559487',
  31. '25670310497',
  32. '00170976491',
  33. '07148192471',
  34. '42033896404',
  35. '00031542468',
  36. '80325645191',
  37. '04033693475',
  38. '43624898434',
  39. '14676364000109',
  40. '40276171420',
  41. '28258109000142',
  42. '32531001387')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement