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

2 lines
188 B
Text

statement error ^External error: unimplemented_sql/3kozdfoeczmrk: CREATE TABLE \.\. WITH$
CREATE TABLE myschema.mytable (one BIGINT NOT NULL, two BIGINT, PRIMARY KEY(one)) WITH (foo=bar);