View Single Post
  #1  
Old 07-13-2007, 12:36 AM
priyan priyan is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 133
priyan is on a distinguished road
Default MySql Random string

Hi buddies,

Is there any built in function available in mysql for generating random string. ?

There are few functions like MD5(), SHA() may be used for this purpose, but the throughput of these functions are with the combination of numeric and alphabets. what i need is that i want the random string in alphabets with upper and lower case combination.
__________________
Keep smiling...

Last edited by priyan : 07-13-2007 at 12:39 AM.
Reply With Quote