【发布时间】:2019-05-08 15:21:15
【问题描述】:
我有一个“不存在”,我试图在我的选择的 where 子句中变成一个“不存在”
我尝试切换最低限度但没有填充任何内容(它确实执行了
where [a] not in (
select
[a]
from table
group by [a]
having count(*) > 1) -- Ignores Records with duplicate data
【问题讨论】:
标签: sql sql-server exists