Error
SQLCODE -612
Duplicate column name
Explanation
Column name already exists in the table.
Solution
Use unique column names within a table.
Example
CREATE TABLE with two columns named ID
Duplicate column name
Column name already exists in the table.
Use unique column names within a table.