1
Fork 0
kantodb/testdata/sql/not_supported/not_supported_msck.slt

5 lines
175 B
Text

statement ok
CREATE TABLE kanto.myschema.mytable (a BIGINT);
statement error ^External error: not_supported_sql/i4wcwst4yw6cq: MSCK TABLE$
MSCK TABLE kanto.myschema.mytable;