Re: question about primary key

2003-01-28 Thread David T-G
-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

re: question about primary key

2003-01-28 Thread Victoria Reznichenko
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

question about primary key

2003-01-27 Thread Vicente Valero
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