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