标签:dia 没有 HERE rom not sts 问题 exists exist
select materno from mpcwlzkb a wherenot exists (select materno from sh_fin.dianzi_erpfin.dbo.U_mpcwlzkb b )
上面这段语句 返回没有结果。
下面这段语句返回有结果。
因为 上面的语句有问题。
select materno from mpcwlzkb a where
not exists (select materno from sh_fin.dianzi_erpfin.dbo.U_mpcwlzkb b where a.materno=b.materno)
标签:dia 没有 HERE rom not sts 问题 exists exist
原文地址:https://blog.51cto.com/215363/2533716