SSISO Community

시소당

오라클 테이블 복사

CREATE  TABLE  AA.table_copy        AS        SELECT  *  FROM  BB.table_ori;

2583 view

4.0 stars