返回列表 上一主題 發帖

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

        靜思自在 : 能善用時間的人,必能掌握自己努力的方向。
返回列表 上一主題