php-db | 2004071
Date: 07/12/04
- Next message: Ross Honniball: "Re: [PHP-DB] mysql auto increment"
- Previous message: John W. Holmes: "Re: [PHP-DB] mysql auto increment"
- In reply to: Michael Gale: "[PHP-DB] mysql auto increment"
- Next in thread: Ross Honniball: "Re: [PHP-DB] mysql auto increment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tuesday 13 July 2004 07:19, Michael Gale wrote:
> I know this is more of a mysql question then php with mysql but I can not
> find the answer.
www.mysql.com > search "auto increment" >
http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html
Keep reading and re-reading that page until you have your answer or ask on the
mysql mailing list.
> I have a primary key in a table the is setup and working
> with auto increment.
>
> Now I want to change it so it will start auto incrementing from 1000. So
> each entry will be:
>
> 1001, then 1002, ....
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-db ------------------------------------------ /* Average temperature increases with the amount of clothing brought -- Murphy's Laws of Camping n10 */-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Ross Honniball: "Re: [PHP-DB] mysql auto increment"
- Previous message: John W. Holmes: "Re: [PHP-DB] mysql auto increment"
- In reply to: Michael Gale: "[PHP-DB] mysql auto increment"
- Next in thread: Ross Honniball: "Re: [PHP-DB] mysql auto increment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

