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