server中intersect的用法

intersect 就像数学中的交集一样, select nam from  tb_table1 intersect select name from  tb_table2  查询的是两个数据集的交集 ,

原文地址:https://www.cnblogs.com/zhang9418hn/p/3209956.html