怎么回复不上阿insert into D(D2)
select 姓名
from
(select *
from A,B,C
where A.A1 = B.B1 and A.A1 = C.C1
)t1
where A2<>B2+C2