5 lines
254 B
Text
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);
|