Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (L-S)

 

Primary key column '%1' already defined

Error constant SQLE_PRIMARY_KEY_COLUMN_DEFINED
ODBC 2 State 42000
ODBC 3 State 42000
Parameter 1 Name of the column that is already in the primary key.
Severity 16
SQLCODE –119
SQLSTATE 52009
Sybase error code 1909
Probable cause

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