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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 参考 » SQL 语言元素 » 运算符

 

比较运算符

比较所使用的语法如下:

expression comparison-operator expression

其中 comparison-operator 是以下运算符之一:

运算符 说明
= 等于
> 大于
< 小于
>= 大于或等于
<= 小于或等于
!= 不等于
<> 不等于
!> 不大于
!< 不小于
 区分大小写
 尾随空白
 另请参见