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

8 lines
344 B
Text

statement ok
CREATE TABLE myschema.mytable (one BIGINT NOT NULL, two BIGINT, PRIMARY KEY(one));
statement error ^External error: unimplemented_sql/1fxo667s3wwes: COPY$
COPY myschema.mytable FROM '/test/not-really-used';
statement error ^External error: unimplemented_sql/1fxo667s3wwes: COPY$
COPY myschema.mytable TO '/test/not-really-used';