Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 查询和数据修改 » 使用子查询 » 使用子查询的谓词

 

子查询和 ALL 测试

ALL 测试与 SQL 比较运算符(=、>、<、>=、<=、!=、<>、!>、!<)之一配合使用,它可以将单个值与子查询生成的数据值进行比较。为了执行该测试,SQL 使用指定的比较运算符将测试值与结果集中的每一数据值进行比较。如果所有比较运算生成的结果都为 TRUE,则 ALL 测试返回 TRUE。

 示例
 有关 ALL 运算符的说明
 另请参见