Friday, September 30, 2011

Insert all the records from one table to another table

Insert all the records from one table to another table


Insert into new_table_name (select * from old_table_name [where (is needed)])

No comments:

Post a Comment