Database

(Oracle) table backup

steloflute 2013. 1. 18. 23:30

http://stackoverflow.com/questions/25969/sql-insert-into-values-select-from

 

insert into test2 select * from test;
commit;