(
select * from t1
    
intersect
select * from t2
except
select * from t3

相关文章: