返回列表 上一主題 發帖

[分享] 建立一模一樣的TABLE

[分享] 建立一模一樣的TABLE

create table app_file_bak as select * from app_file where  filename='X'
vean0803i

可以只建schema
create table test1 as select * from test where 1=0;

TOP

        靜思自在 : 【做人的開始】每一天都是故人的開始,每一個時刻都是自己的警惕。
返回列表 上一主題