On 27 Dec 2002, at 16:54, Fernando Grijalba wrote:

> I believe it is
> 
> CREATE TABLE{
>   id AUTOINCREMENT=1000,
>   fld TYPE
> }

Where did you see anything like that in the documentation?

I believe what Martin wants is something like 

   ALTER TABLE table_name AUTO_INCREMENT = 1000;

[Filter fodder: SQL]

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Tobacco Documents Online
http://tobaccodocuments.org
Phone 202-667-6653

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