Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
expression comparison-operator ALL ( subquery )
comparison-operator: = | > | < | >= | <= | <> | != | !< | !>
对于 ALL 搜索条件,如果子查询结果集的值为空集,则搜索条件的值为 TRUE。否则,搜索条件的值为 TRUE、FALSE 或 UNKNOWN,这要视 expression 的值以及子查询所返回的结果集而定,具体对应关系如下:
SQL/2008 核心特性。