Supported
The following are the SQL operators that can be used:
Table 178.
= |
< |
> |
<= |
>= |
<> |
between |
exists |
in |
like |
not between |
not exists |
not in |
not like |
is |
is not |
=all |
!=all |
<all |
>all |
<=all |
>=all |
=any |
!=any |
<any |
>any |
<=any |
>=any |
!=any |
| |
~ |
Note: Concatenation operator (+) for String datatype is supported.
Unsupported
"^" is unsupported.