How Auto_INCREMENT works

2001-11-27 Thread Giuseppe Maxia
> Hi all, > I have a question: > I made a table with a field that is auto_increment. This field I made to be > the primary key. > In my opinion an auto_increment field should fill itself, without the > intervention of the user. > So if I have a table like: > f1,f2 --field names, where f1 is auto_i

How Auto_INCREMENT works

2001-11-27 Thread Jurj Emil
Hi all, I have a question: I made a table with a field that is auto_increment. This field I made to be the primary key. In my opinion an auto_increment field should fill itself, without the intervention of the user. So if I have a table like: f1,f2 --field names, where f1 is auto_increment... t