摘要:
a、create table like方式会完整地克隆表结构,但不会插入数据,需要单独使用insert into或load data方式加载数据b、create table as 方式会部分克隆表结构,完整保留数据c、create table as select .. where 1=0 会克隆部分 阅读全文
posted @ 2018-10-14 19:40
xxxxxxxx1x2xxxxxxx
阅读(945)
评论(0)
推荐(0)