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

2 lines
185 B
Text

statement error ^External error: unimplemented_sql/65so99qr1hyck: CREATE OR REPLACE TABLE$
CREATE OR REPLACE TABLE myschema.mytable (one BIGINT NOT NULL, two BIGINT, PRIMARY KEY(one));