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

5 lines
365 B
Text

statement error ^External error: unimplemented_sql/8zaqnh9mb9tor: CREATE TABLE with table constraint CHECK$
CREATE TABLE myschema.mytable (mycolumn BIGINT, CONSTRAINT myconstraint CHECK (1=2));
statement error ^External error: unimplemented_sql/8zaqnh9mb9tor: CREATE TABLE with table constraint CHECK$
CREATE TABLE myschema.mytable (mycolumn BIGINT, CHECK (1=2));