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

5 lines
253 B
Text

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