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

2 lines
226 B
Text

statement error ^External error: unimplemented_sql/ifi7dygtua3oc: CREATE TABLE with column option CHARACTER SET$
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY(mycolumn), bar BIGINT CHARACTER SET 'foo');