Explanation
You are attempting to define a second PRIMARY KEY for a table. Only one PRIMARY KEY is allowed per table.
The SQLSTATE that equates to this SQL return code is 42889.
User Response
Remove the duplicate PRIMARY KEY clause from your CREATE TABLE or ALTER TABLE statement.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|