I would recommend the book MySQL by Paul Dubois to anybody that want to do 
some seriou work on MySQL . It is a really god book with everything 
explained.

I am not earning money by recommending it nor have any financial ties with 
them. I am just a satisfied customer of that book


>From: [EMAIL PROTECTED]
>To: "Nguyen, David M" <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Antwort: Datatype for comment field
>Date: Wed, 7 Mar 2001 11:25:02 +0100
>
>
>On 06.03.2001 18:43:32 Nguyen, David M wrote:
>
> > I try to create a new table and setup a datatype for comment column that 
>has
> > about 7000 characters long.  How do I define it in Oracle?
>
>That's the MySQL mailing list, you know....  No idea how to do stuff in 
>Oracle.
>
> >
> > **Here's my SQL and the error I got.
> >
> > SQL> create table test
> >      (comment   varchar(7000));
> >
> > ERROR ---> Character field too long
>
>See this? vvvvv
>
> >    http://www.mysql.com/manual.php   (the manual)
>
>^^^^^^^^
>
>It's in there how long a varchar can be.
>
>But before flaming starts: VarChar can take no more than 255 characters.
>
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to