php-general | 2001122
Date: 12/28/01
- Next message: Jack: "[PHP] Call another page after the menu had been selected"
- Previous message: Steve Maroney: "[PHP] Not PHP but MYSQL"
- In reply to: Steve Maroney: "[PHP] Not PHP but MYSQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
create table table_name
(
id int not null auto_increment,
primary key (id)
)
auto_increment = 1001
----- Original Message -----
From: "Steve Maroney" <steve <email protected>>
To: <php-general <email protected>>
Sent: Friday, December 28, 2001 6:59 AM
Subject: [PHP] Not PHP but MYSQL
>
>
> Sorry for the OT, but im trying to figure out something with mysql and
> need some help.
>
> Does anyone know how set the auto_increment value to some other number
> than 0. I have an order_number coloumn and I want to start it at 1000.
> So the first record would 1001.
>
>
>
>
>
>
>
>
> Thank you,
> Steve Maroney
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jack: "[PHP] Call another page after the menu had been selected"
- Previous message: Steve Maroney: "[PHP] Not PHP but MYSQL"
- In reply to: Steve Maroney: "[PHP] Not PHP but MYSQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

