operand comparison_operator [NOT] in (subquery)
=ANY运算符与IN等效
!=ALL或<>ALL运算符与NOT IN 等效
如果子查询返回任何行,EXISTS将返回TRUE;否则为FALSE。