Guest User

Untitled

a guest
May 20th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Select * from B
  2. where not exists
  3. (SELECT a.C1, a.C2, a.C3
  4. from A.table as a, b.table as b
  5. where a.C1=b.C1, a.C2=b.C2, a.C3=b.C3 )
Add Comment
Please, Sign In to add comment