I have table which has 2 columns
username
password
i want to insert username values from by copying data from another table whereas password shd be randomly generated
Thank You
Quote:
Originally Posted by parshupooja
Hi,
I have table which has 2 columns
username
password
i want to insert username values from by copying data from another table whereas password shd be randomly generated
Thank You
Are you looking at doing this directly in MySQL, or do you have a thin/fat client you would like to do this through? I don't believe there is a random text function in MySQL, but many programming languages have ways to accomplish it.|||i am working SQL Server 2005. yes need to do it directly
Quote:
Originally Posted by ilearneditonline
Are you looking at doing this directly in MySQL, or do you have a thin/fat client you would like to do this through? I don't believe there is a random text function in MySQL, but many programming languages have ways to accomplish it.
No comments:
Post a Comment