Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. INSERT INTO t1
  2. (col1, col2, col2)
  3. SELECT col1 as columnA, col2 as columnB
  4. FROM t2
  5. WHERE col1 = 'abcde'
Add Comment
Please, Sign In to add comment