Hi,
Is there a possibility to use auto_decrement in MySQL?
& how can you print the last id if you use the "
id(3) int not null auto_increment
UNIQUE(id)
" ?!!
The problem is "I don't know which is the last id? How can you check which is the last id, so that you can use it as you wish, even in the reverse mode?
Thanks.
Mauro.
Is there a possibility to use auto_decrement in MySQL?
& how can you print the last id if you use the "
id(3) int not null auto_increment
UNIQUE(id)
" ?!!
The problem is "I don't know which is the last id? How can you check which is the last id, so that you can use it as you wish, even in the reverse mode?
Thanks.
Mauro.