On Tue, Jan 08, 2002 at 04:16:49PM -0700, Dan Jordan wrote:
> Hi Jeremy,
>
> I just noticed your name today on the mysql mailing list and
> recognised your name. I'm a new user of MySQL and saw that you will
> soon have a new book out.
Well yes, not the book that you think. :-)
I'm working on
forward to seeing your new book when it comes into print!
Dan Jordan
-Original Message-
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 3:02 PM
To: Steve Bearss
Cc: MySQL Info
Subject: Re: auto_increment, creating table
On Tue, Jan 08, 2002 at 04:56:52PM -0
Steve,
> what is wrong with this statement?
>
>
> mysql> create table message (messageId AUTO_INCREMENT, timePosted
> VARCHAR(25),
> -> userEmail VARCHAR(30), messagePosted MEDIUMBLOB);
>
> ERROR 1064: You have an error in your SQL syntax near 'AUTO_INCREMENT,
> timePoste
> d VARCHAR(25),
On Tue, Jan 08, 2002 at 04:56:52PM -0500, Steve Bearss wrote:
>
> what is wrong with this statement?
>
>
> mysql> create table message (messageId AUTO_INCREMENT, timePosted
> VARCHAR(25),
> -> userEmail VARCHAR(30), messagePosted MEDIUMBLOB);
>
> ERROR 1064: You have an error in your SQL s