oracle insert into select 问题 跪求大神解决
oracle_ic吧
全部回复
仅看楼主
level 1
sunnyDustin 楼主
insert into t1
(
姓名,
年龄
)
select
(
t2.班级,
t2.姓名,
t2.年龄
)
from t2
where t2.班级='三年级'
t2.班级,---班级这一列不做插入,但必须作为过滤条件,怎么样过滤过后将t2.姓名和t2.年龄插入到t1中
2018年12月10日 03点12分 1
1