Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
222
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 a)
  2. union
  3. ((select * from b) minus (select * from a))
  4. union
  5. ((select * from c) minus ((select * from a) union (select * from b)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement