universato

テーブルの複製。

CREATE TABLE EMPLOYEES_COPIED AS SELECT * FROM EMPLOYEES;
create table EMPLOYEES_COPIED as select * from EMPLOYEES;