推特 阿里云技术文档正文

比较运算符_运算符_SQL 手册_分布式关系型数据库 DRDS

admin 阿里云技术文档 2020-02-11 230 0
阿里云服务器优惠

比较运算符

DRDS 支持如下比较运算符:

函数名 描述​
BETWEEN … AND … Check whether a value is within a range of values
= Equal operator
<=> NULL-safe equal to operator
> Greater than operator
>= Greater than or equal operator
IS Test a value against a boolean
IS NOT Test a value against a boolean
IS NOT NULL NOT NULL value test
IS NULL NULL value test
< Less than operator
<= Less than or equal operator
LIKE Simple pattern matching
NOT BETWEEN … AND … Check whether a value is not within a range of values
!=, <> Not equal operator
NOT LIKE Negation of simple pattern matching
版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

评论

-----