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

5 lines
258 B
Text

statement error ^External error: unimplemented_sql/g7hdmcm5bk69a: CREATE TABLE without columns$
CREATE TABLE myschema.mytable;
statement error ^External error: unimplemented_sql/g7hdmcm5bk69a: CREATE TABLE without columns$
CREATE TABLE myschema.mytable ();