> sql,query
> 
> 
> hello. 
> 
> let us say i have a table: 
> 
>    customers
>        id    int(10) auto_increment
>        name  varchar(20)
> 
> 
> whenever i do, 
> 
>    insert into customers (name) values ('...');
> 
> it automatically generates the id, right? that is the meaning of the
> auto_increment index key. now my question is that if i add a name and
> then delete it, this index remains increasing. if i add a new row, and
> then immediately delete it (not some time later, immediately) in that
> case do i have a way of rewinding the index? 
> 
> thanks/erick
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 


=====
thanks/erick

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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