INVALID_LIMIT_LIKE_EXPRESSION error class
SQLSTATE: none assigned
The limit like expression <expr>
is invalid.
This error class has the following derived error classes:
DATA_TYPE
The <name>
expression must be integer type, but got <dataType>
.
IS_NEGATIVE
The <name>
expression must be equal to or greater than 0, but got <v>
.
IS_NULL
The evaluated <name>
expression must not be null.
IS_UNFOLDABLE
The <name>
expression must evaluate to a constant value.