Re: [sqlite] Autoincrement of primary key

2004-05-03 Thread Dynamix
AIL PROTECTED]> To: "Dynamix" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 1:36 PM Subject: RE: [sqlite] Autoincrement of primary key > > SQLITE FAQ: > > > (1) How do I create an AUTOINCREMENT field. > > Short answer: A col

RE: [sqlite] Autoincrement of primary key

2004-05-03 Thread Peter Pistorius
for details. -Original Message- From: Dynamix [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 12:28 PM To: [EMAIL PROTECTED] Subject: [sqlite] Autoincrement of primary key Greetings, is it possible de have an autoincrement feature ?? i want to have something like : insert into

[sqlite] Autoincrement of primary key

2004-05-03 Thread Dynamix
Greetings, is it possible de have an autoincrement feature ?? i want to have something like : insert into table names (NULL, 'name1'); insert into table names (NULL, 'name2'); insert into table names (NULL, 'name3'); and then id will be 1,2 and 3 ? Any help please Hatem