| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | March 13 1999 2:37pm |
| Subject: | Re: How many characters are possible? | ||
| View as plain text | |||
At 8:09 AM -0600 3/13/1999, Thorsten Weigl wrote: >Hi, > >what is the maximum of characters in one field. I have to fill one field >with a text (round about 1.000 characters). If it is not possible, what >would be the solution? CHAR and VARCHAR are limited to 255 characters. You probably want a TEXT field. See chapter 7 of the MySQL manual, particularly: http://www.mysql.com/Manual_chapter/manual_Reference.html#Column_types and
