美文网首页
vba系列三

vba系列三

作者: 弓长_88c0 | 来源:发表于2018-12-23 07:12 被阅读0次

not exist

vba中用sql基本上语法都可以,只能用left join多少有点不爽,不能触发其实没什么。exist是在其中的意思,和in一样,我一直以为是条件中有这个值的意思。但是Not Exist就比较有意思了。Where not exist (select * from b where a.=b.),我的理解就是a.<>b.,这个真是神来之笔。not in还可以用left join,同样很绝,它可以设置on a.=b. where b. is null,充分利用了left join左侧的优势。

相关文章

网友评论

      本文标题:vba系列三

      本文链接:https://www.haomeiwen.com/subject/jgjgkqtx.html