Hi everyone.
I would like to create unique value generator that would work like this: I have 8 places for chars and it would create values like this:
00000001 . 0000000z . 00000010 . 0000001z
etc. so it would create values from 00000001 to zzzzzzzz.
I have only 8 places because this is the size of the field in the database and I can't change it.
Thanks in advance