Created
August 17, 2013 08:01
-
-
Save thecfguy/6255818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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