CREATE TABLE SIMULATIONINTERVALS (column1 INT IDENTITY NOT NULL, column2 INT NOT NULL, CONSTRAINT PK_CONSTRAINT PRIMARY KEY (column1 , column2))
Attempt to define a second primary key; SQL statement: CREATE TABLE SIMULATIONINTERVALS (column1 INT IDENTITY NOT NULL, column2 INT NOT NULL, CONSTRAINT PK_CONSTRAINT PRIMARY KEY (column1 , column2)) [90017-155] 90017/90017 (Help) Also tried with 1.3.160 and 1.3.163. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
