Lower Case Function in MySql

UPDATE `tbl_dyna_dist` SET `dist_name`=LOWER(`dist_name`);

Comments