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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 使用 SQL » SQL 语言元素 » 搜索条件

 

真值搜索条件

语法
IS [ NOT ] truth-value
注释

无 NOT 关键字时,如果 condition 的值为提供的 truth-value(必须是 TRUE、FALSE 或 UNKNOWN 中的一个),则搜索条件为 TRUE。否则,条件值为 FALSE。NOT 关键字会使搜索条件的含义相反,但对于 UNKNOWN,其含义保持不变。

标准和兼容性
  • 服务商扩充。