Previous Topic: -214 -  ARRAY INDEX MUST BE A LITERAL IN THIS CONTEXTNext Topic: -216 - BAD ARRAY VALUE: reason


-215 - <column-name> INDEX index-value MUST BE BETWEEN lower-limit AND upper-limit INCLUSIVE

Explanation

An array index is outside the range that is valid for the referenced column.

The SQLSTATE that equates to this SQL return code is 53S40.

User Response

Re-code the literal or expression that resulted in the bad value.