-748   AN INDEX index-name ALREADY EXISTS ON AUXILIARY TABLE table-name

Explanation

The CREATE INDEX statement would create a second index on the specified auxiliary table. An auxiliary table can have only one index.

System action

The statement cannot be processed.

Programmer response

An index already exists. Another index cannot be created.

SQLSTATE

54042