SQL Codes › SQL Return Codes -1 through -999 › -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.