Re: Re: Rewind the auto_increment index?

2002-07-18 Thread Egor Egorov
Erick, Thursday, July 18, 2002, 10:17:12 AM, you wrote: >> let us say i have a table: >> >>customers >>idint(10) auto_increment >>name varchar(20) >> >> >> whenever i do, >> >>insert into customers (name) values ('...'); >> >> it automatically generates the id,

Re: Rewind the auto_increment index?

2002-07-17 Thread Erick Papadakis
> sql,query > > > hello. > > let us say i have a table: > >customers >idint(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 > a