I have a db with a table with 3 columns "id, fullname, picpath". After a new value is set into the table from a php file, is it possible to fill the "picpath" with the value of 'md5( new id that is created )" by setting this in the properties of the field itself using "MySQL Workbench" or an SQL query?
Asked
Active
Viewed 80 times
0
-
Duplicate? "how to create calculated field in mysql?" http://stackoverflow.com/questions/4236912/how-to-create-calculated-field-in-mysql – bloodyKnuckles Jun 22 '14 at 00:58
-
Thanks I was not sure what to look for exactly – user3746250 Jun 22 '14 at 01:02