会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
root-123
博客园
首页
博问
闪存
新随笔
订阅
管理
2022年9月5日
根据A表创建B表
摘要: 看你用的什么数据库: Sql server : select * into table_new from table_old ; 复制结构和数据select * into table_new from table_old where 1=2;只复制结构Oracle:create table t
阅读全文
posted @ 2022-09-05 14:57 root-123
阅读(235)
评论(0)
推荐(0)
编辑