Run the following SQL query:
update TABLE set code = md5(concat(name,email))
Dani Matielo wrote:
Hello, everybody
my problem is the following: I just imported a csv file to a MySQL database
that contains name and email fields. It has about 9k lines on it and I need
a new field that orinally didn'
Hello, everybody
my problem is the following: I just imported a csv file to a MySQL database
that contains name and email fields. It has about 9k lines on it and I need
a new field that orinally didn't exist called "code" thats suposed to be
MD5(name.email)
I know how to do this for new data, bu
2 matches
Mail list logo