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 は、次のいずれかになります。

オペレーター 説明
= 等価
> より大きい
< より小さい
>= 大きいかまたは等価
<= 小さいかまたは等価
!= 等価ではない
<> 等価ではない
!> 以下
!< 以上
 大文字と小文字の区別
 後続ブランク
 参照