5 lines
365 B
Text
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));
|