I have a new project where the client needs to build random alpha numeric characters of 10 digits to comply with a sweepstakes law.
The specs are we use the any letters except "I" (looks like a one) and no 0's or 1's. The thought is to have a maximum of only 4 alpha characters per string with the rest contain numerals.
I will have to build 1,000,000 records. Any way to build something like this fairly quickly using the random function?
Thanks.
Will
The specs are we use the any letters except "I" (looks like a one) and no 0's or 1's. The thought is to have a maximum of only 4 alpha characters per string with the rest contain numerals.
I will have to build 1,000,000 records. Any way to build something like this fairly quickly using the random function?
Thanks.
Will