ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '(256))' at line 1
28
26
create table t1 (a varchar(66000));
29
27
ERROR 42000: Column length too big for column 'a' (max = 16383); use BLOB or TEXT instead