比較の構文は、次のとおりです。
expression comparison-operator expression
ここで、comparison-operator は、次のいずれかになります。
オペレーター | 説明 |
---|---|
= | 等価 |
> | より大きい |
< | より小さい |
>= | 大きいかまたは等価 |
<= | 小さいかまたは等価 |
!= | 等価ではない |
<> | 等価ではない |
!> | 以下 |
!< | 以上 |
![]() |
DocCommentXchange で意見交換できます
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |