mysql的收集,解决问题

61 阅读1分钟

1、随机生成字符串,并更新name;

UPDATE t_level_three SET name= CONCAT(name, substring(md5(rand()), 1, 5)) WHERE lv1_id = 13;