随笔分类 -  mysql

create table ,create table as 与create like三种建表方式的使用详解
摘要:a、create table like方式会完整地克隆表结构,但不会插入数据,需要单独使用insert into或load data方式加载数据b、create table as 方式会部分克隆表结构,完整保留数据c、create table as select .. where 1=0 会克隆部分 阅读全文

posted @ 2019-08-08 10:11 王玉琪6688 阅读(2184) 评论(0) 推荐(0)

导航