Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
一张表
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
在oracle中怎么把一张表的数据插入到另一张表中
把table2表的数据插入到table1中
insert into table1 select * from table2
05-04 09:01