-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vincente, et al --
...and then Vicente Valero said...
%
% Hello, I need help.
Hi! That's why the list is here :-)
%
% I want to create a table with a numeric primary key as index in my sql. I
Good.
% want this
% index will be automatic. I've
On Monday 27 January 2003 10:27, Vicente Valero wrote:
> I want to create a table with a numeric primary key as index in my sql. I
> want this
> index will be automatic. I've tried an auto_increment column, but if insert
> a non-correlative value then all new entries continue from this
> non-corre
Hello, I need help.
I want to create a table with a numeric primary key as index in my sql. I
want this
index will be automatic. I've tried an auto_increment column, but if insert
a non-correlative value then all new entries continue from this
non-correlative value (1,2,3,4,1026,1027,...). It is p