1 update base_problem set uuid=replace(uuid(),'-',''); 2 update base_problem set uuid = UUID() where uuid =uuid; 3 update base_problem set uuid = REPLACE(uuid,'-',''); 来源:https://www.cnblogs.com/wanlipenghtml/p/12010900.html 标签 uuid 大数据 mysql去重 update mysql