Previous Topic: -263 - DUPLICATE KEY <keyname> VALUE REJECTED DBID <dbid> TBL <tbl>Next Topic: -265 - INDEX DOES NOT EXIST aaaa.bbbb


-264 - INDEX ALREADY EXISTS xxx

Explanation

You attempted to add an index with CREATE INDEX using a name that already exists.

The SQLSTATE that equates to this SQL return code is 56S04.

User Response

Choose a valid name and resubmit.