I am having a little problem creating this new
table... The Mysql version is
/usr/sbin/mysqld Ver 3.20.32a for pc-linux-gnu on
i586.. Any help with this would be greatly appreciated...
mysql>
create table n (field1
bigint, field2 varchar, field3 blob);
ERROR 2000: parse
error near ' field3 blob)' at line 1
ethan