1
Fork 0
kantodb/testdata/sql/unimplemented/unimplemented_create_table_column_option_unique.slt

5 lines
460 B
Text

statement error ^External error: unimplemented_sql/hwcjakao83bue: CREATE TABLE with column option \{ PRIMARY KEY \| UNIQUE \}$
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY(mycolumn), bar BIGINT PRIMARY KEY);
statement error ^External error: unimplemented_sql/hwcjakao83bue: CREATE TABLE with column option \{ PRIMARY KEY \| UNIQUE \}$
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY(mycolumn), bar BIGINT UNIQUE);