You are not logged in.
Pages: 1
Hi Friends,
It's possible to change the way that the autoincrement values are generated?
I do not want the same id to be reused in case of exclusion of the last added record.
But SELECT MAX (ID) ... makes it reused.
I want to store the last id in a specialized table. And the values would be consulted in this table instead of using SELECT max...
It's possible?
Thanks in advance
Offline
Thanks for reply.
Offline
Pages: 1