Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. INSERT INTO test2.test2 (name) SELECT DISTINCT test.test.name FROM test.test, test2.test2 WHERE test.test.name NOT IN (SELECT name FROM test2.test2)
Add Comment
Please, Sign In to add comment