Tag Archives: code

Generate random and unique alphanumeric code in SQL

The key to generating large number of random and unique alpha numeric code is to generate all of it in one go. Store all the codes in a file or a table and server the requested amount of codes whenever … Continue reading

Posted in Programming, SQL | Tagged , , , , , , , , , , , | 8 Comments