会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
为了八千块
博客园
首页
博问
闪存
新随笔
订阅
管理
2017年7月13日
将两个表结构一样的内容 合并到一个表中
摘要: 例: create table bh1(bh number(10)); create table bh2(bh number(10)); 表1:bh1 表2:bh2 insert into bh1(bh) select bh from bh2; 查询显示两个表的内容: select * from b
阅读全文
posted @ 2017-07-13 15:29 为了八千块
阅读(543)
评论(0)
推荐(0)
编辑