Hi... i would like to know if mysql auto_increment funtion can do this.
Do not repeat the id already inserted, even if it have been deleted.
MSSQl does it, the auto_increment ids are uniques and will never appear again, even if you delete them, it keeps going on the next NEW addigned ID.
Thanks!
Alejandro.
Do not repeat the id already inserted, even if it have been deleted.
MSSQl does it, the auto_increment ids are uniques and will never appear again, even if you delete them, it keeps going on the next NEW addigned ID.
Thanks!
Alejandro.