-663   THE NUMBER OF KEY LIMIT VALUES IS EITHER ZERO, OR GREATER THAN THE NUMBER OF COLUMNS IN THE KEY OF INDEX index-name

Explanation

The number of limit key value specifications provided in at least one of the PART specifications of the CREATE INDEX or ALTER INDEX statement is either zero or greater than the number of columns in the index key.

System action

The statement cannot be processed. The specified index was not created.

Programmer response

Correct the statement so that each PART specification contains exactly the same number of limit key value specifications as there are columns in the index key.

SQLSTATE

53038