发布网友 发布时间:2022-04-23 05:15
共2个回答
热心网友 时间:2022-04-09 09:41
select
from A,
(select 1 type, col1,col 2
from B
union all
select 2 type, col1,col 2
from c ) D
where A.type=D.type and
xxxxxxxx
SQLServer 肯定是可以的,Oracle好多年没用了试试看吧
热心网友 时间:2022-04-09 10:59
同时关联B、C,字段取值时候再根据type判断