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

Reply via email to