sql查询相同和不一样数据

**html 两张表 ** 方法一web select distinct A.ID from A where A.ID not in (select ID from B) 方法二:svg select A.ID from A left join B on A.ID=B.ID where B.ID is null 方法三:code select * from B where (select c
相关文章
相关标签/搜索