5 lines
252 B
Text
5 lines
252 B
Text
statement ok
|
|
CREATE TABLE myschema.mytable (one BIGINT NOT NULL, two BIGINT, PRIMARY KEY(one));
|
|
|
|
statement error ^External error: unimplemented_sql/wya1a3w874xba: CREATE INDEX CONCURRENTLY$
|
|
CREATE INDEX CONCURRENTLY mytable__idx__two ON mytable (two);
|