hello, i have a table with some rows.
idClient, name, adress,country,...
i want to know how i can do an insert into this table with auto increment my idClient in my sql request..? Thx.
edit: i want do a request like this
insert into Client values((select max(idClient),...)