Re: fix auto increment column

2002-07-24 Thread Egor Egorov
Yamin, Monday, July 22, 2002, 11:15:30 AM, you wrote: YP> I had a auto increment column YP> let say the auto increment would look like this YP> 100,1001,1003,1101,1103,10005,10006 YP> yes I had delete several column in tha past YP> now I would like to sort it again so it would be an order from

fix auto increment column

2002-07-22 Thread Yamin Prabudy
Hi ppl I had a auto increment column let say the auto increment would look like this 100,1001,1003,1101,1103,10005,10006 yes I had delete several column in tha past now I would like to sort it again so it would be an order from 100 to 1006 is it possible for mysql to do that with out drop the