1
Reply

Generating alphanumeric autogenerated ID

Ask a question
I want to generate alphanumeric student Id based on department for BTECH students using SQL Server like 10F21A0404.In this,the ID will be incremented up to 499 and after that it should be incremented as 4A0-4A9 and 4B0-4B9 and etc..For other departments also it has increment as 10F21A0500 like wise it has to increment 5A0-5A9 and etc

Answers (1)