Guest User

Untitled

a guest
Nov 13th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. CREATE TABLE table2 AS
  2. SELECT *
  3. FROM table1 t1
  4. WHERE EXISTS (SELECT * FROM table3 t3 WHERE t3.ID = t1.ID)
Add Comment
Please, Sign In to add comment