sql中用于子查询的几个关键词 any(some是 any的别名),all,in,exists

sql中几个子查询关键词any,all,exists,insql in,exists.net in表示值是否存在子查询结果集中blog select * from A where name in(select name from B) get exists是表示子查询是否返回结果,而无论返回的具体内容。select select *from A where exists( select 1 fro
相关文章
相关标签/搜索