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
相關文章
相關標籤/搜索