2 lines
211 B
Text
2 lines
211 B
Text
statement error ^External error: unimplemented_sql/dwcpda8aj66d6: CREATE TABLE with column option CHECK$
|
|
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY(mycolumn), bar BIGINT CHECK (1<>2));
|