会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
路过
首页
管理
create table like 与 create table as select
create table like 只会完整复制原表的建表语句,包括主键,索引,但不会复制数据
create table as select 会将原表中的数据完整复制一份,但表结构中的索引会丢失。
posted @
2018-01-04 18:00
CJ.Lee
阅读(
1508
) 评论(
0
)
收藏
举报
刷新页面
返回顶部
公告