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 NULL 和 IS NOT NULL 搜索条件

语法
expression IS [ NOT ] NULL
注释

无 NOT 关键字时,如果表达式值为 NULL,则 IS NULL 搜索条件为 TRUE,其它情况下为 FALSE。NOT 关键字使搜索条件的含义相反。