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

5 lines
254 B
Text

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