Hi, We have a list of serial numbers stored in the database and I need to get the next possible serial number by incrementing the highest serial number string in the database.
The serial number is of type varChar. How can I increment its value, that is if its 'aa' the next one would be 'ab' or if it's 'a1' I want to increment it to 'a2'.
Any suggestions?
Thank you!
The serial number is of type varChar. How can I increment its value, that is if its 'aa' the next one would be 'ab' or if it's 'a1' I want to increment it to 'a2'.
Any suggestions?
Thank you!