Quote:
|
Originally Posted by r937
you're not sure? it's called CLOB 
|
Code:
create table clob_test
(
id int,
clob_data clob
)
returns
Code:
You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version
for the right syntax to use near 'clob)'
According to the manual there is no keyword CLOB in MySQL. MySQL lists several different TEXT types though (apparently with different max. sizes)