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

2 lines
191 B
Text

statement error ^External error: unimplemented_sql/pf1mfhd9sz3jn: CREATE TABLE IF NOT EXISTS$
CREATE TABLE IF NOT EXISTS myschema.mytable (one BIGINT NOT NULL, two BIGINT, PRIMARY KEY(one));