Skip to content

Instantly share code, notes, and snippets.

@thecfguy
Created August 17, 2013 08:01
Show Gist options
  • Save thecfguy/6255818 to your computer and use it in GitHub Desktop.
Save thecfguy/6255818 to your computer and use it in GitHub Desktop.
insert into table2
select * from table1
insert into table2 (no,name,city)
select no,name,city from table1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment