Guest User

Untitled

a guest
Jan 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. select * from old_base
  2. where numero not in (select numero from new_base)
  3.  
  4. SELECT tabla1.campo1 as campo1
  5. FROM tabla1 LEFT JOIN tabla2 ON tabla2.campo1=tabla1.campo1
  6. WHERE tabla_2.campo1 IS NULL
Add Comment
Please, Sign In to add comment