会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shen1hua
博客园
首页
博问
闪存
新随笔
订阅
管理
2017年3月1日
mysql用merge合并表
摘要: merge合并表的要求 1.合并的表使用的必须是MyISAM引擎 2.表的结构必须一致,包括索引、字段类型、引擎和字符集 实例: create table if not exists user1( id int(11) not null auto_increment, name varchar(50
阅读全文
posted @ 2017-03-01 10:59 shen1hua
阅读(13315)
评论(3)
推荐(1)
编辑