Re: auto_increment, creating table

2002-01-08 Thread Jeremy Zawodny
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

RE: auto_increment, creating table

2002-01-08 Thread Dan Jordan
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

Re: auto_increment, creating table

2002-01-08 Thread DL Neil
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),

Re: auto_increment, creating table

2002-01-08 Thread Jeremy Zawodny
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