Known issues and limitations
Negative numbers are not accepted. The workaround is to specify
negative values -n
as the expression (0 –
n)
.
New in 2.0.1: Negative integers are supported.
New in 2.0.1: Hexadecimal numbers are supported.
The operator ! is not accepted.
true and false are not accepted.
null is not accepted.
The equivalent of
!ISNULL(start_date)
can be expressed
ISNULL(start_date) != 1
2_0_2/oql/oql_limitations.txt ·
Last modified: 2018/12/19 11:40 by 127.0.0.1