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

5 lines
245 B
Text

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