not exists if not exists


not exists if not exists

文章插图
大家好,小跳来为大家解答以上的问题 。if not exists , not exists这个很多人还不知道,现在让我们一起来看看吧!
1、以select * from A where exists(select * from B where A.a=B.a)为例,exists表示,对于A中的每一个记录,如果,在表B中有记录,其属性a的值与表A这个记录的属性a的值相同,则表A的这个记录是符合条件的记录, 如果是NOT exists,则表示如果表B中没有记录能与表A这个记录连接,则表A的这个记录是符合条件的记录 。
【not exists if not exists】本文到此分享完毕 , 希望对大家有所帮助 。