]>
To: "mysql list" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 10:31
Subject: Cannot create text fields
> Using the following Syntax I tried to create a table in mySQL. However
each
> time it returned a mySQL error which I eventually worked out it was
because
>
At 1:31 PM +1000 7/24/01, Geoff Martin wrote:
>Using the following Syntax I tried to create a table in mySQL. However each
>time it returned a mySQL error which I eventually worked out it was because
>I'd defined a field as text. I am able to define fields as varchar, char,
>int or float (I've tes
Using the following Syntax I tried to create a table in mySQL. However each
time it returned a mySQL error which I eventually worked out it was because
I'd defined a field as text. I am able to define fields as varchar, char,
int or float (I've tested for theses so far) but not text or blob.
The