返回列表 上一主題 發帖

[分享] 建立一模一樣的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

        靜思自在 : 人生最大的成就是從失敗中站起來。
返回列表 上一主題