Hi Folks,
I have a requirement of sequence number generation as shown below. My sequence number should be 3 digit alphanumeric.
Sequence Number should be starts with
001
002
003
004
005
006
007
008
009
Once it reaches 009 then my seq num should be continue like this
0A1
...
0A9
....like wise upto 0Z1 to 0Z9
after that my seq should be like this
AA1 to AA9............like that Az1 to AZ9
after AZ9 my seq should starts with BA1 to BA9.......
like that till ZZ1 to ZZ9
Please help me out of this scenario. in my project we are not using DB2. Thanks in advance!!!!