Cause
An ALTER TABLE ADD statement specified the name of a column that was already in the table. All column names must be unique within a table.
Action
Specify a unique name for the new column, then re-execute the statement.
Error Message
column being added already exists in table
An ALTER TABLE ADD statement specified the name of a column that was already in the table. All column names must be unique within a table.
Specify a unique name for the new column, then re-execute the statement.