Previous Topic: -54 - UNEQUAL NUMBER OF COLUMNS AND VALUESNext Topic: -56 - entity-type entity-name ALREADY EXISTS


-55 - DUPLICATE NAMES IN INSERT/ALTER/CREATE LIST: aaaa

Reason:

The list of data elements in an INSERT, ALTER, or CREATE function contains a duplicate entry.

The SQLSTATE that equates to this SQL return code is 42701 (also see 42710 and 42711).

Action:

Eliminate the duplicate entry from the list.