I currently have
我现在有
select * from A where A.id not in
(select B.id from B where B.user ='b') and A.user <> 'b'
select * from A whereI currently have
我现在有
select * from A where A.id not in
(select B.id from B where B.user ='b') and A.user <> 'b'
select * from A where