That didn't work either.
The documentation seems to show that you have to use  = 1000, but I can't
get it to work.

> Try putting it like this ::
>
> AUTO_INCREMENT(1000), .....
>
> Not sure but that should work
>
> - Deryck H
> - http://www.comp-u-exchange.com
> ----- Original Message -----
> From: "Mysql List" <[EMAIL PROTECTED]>
> To: "mysql" <[EMAIL PROTECTED]>
> Sent: Friday, September 07, 2001 3:49 PM
> Subject: Question
>
>
> > Hi,
> > Why is mysql(ver 3.23.41) complaining about this:
> >
> > CREATE TABLE mytable(ID INT NOT NULL AUTO_INCREMENT = 1000,PRIMARY KEY
> (ID),
> >
> > I know it is not the entire statement, but mysql does not like the
> > AUTO_INCREMENT = 1000 part, how do I do that so it is acceptable?
> >
> > Thanks,
> > Chris
> >
> >
> > ---------------------------------------------------------------------
> > 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


---------------------------------------------------------------------
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