Error 119

Message text

Primary key column '%1' already defined

Item

Value

SQLCode

-119

Constant

SQLE_PRIMARY_KEY_COLUMN_DEFINED

SQLState

52009

ODBC State

23000

Parameter 1

name of the column that is already in the primary key

Probable cause

You have listed the same column name twice in the definition of a primary key.