这个就简单了
set @r:=0; update t_communicate_plan set id=(@r:=@r+1);
定义变量,根据表进行更新。
原文地址:https://www.cnblogs.com/linnuo/p/9044698.html
时间: 2024-10-11 06:36:29
这个就简单了
set @r:=0; update t_communicate_plan set id=(@r:=@r+1);
定义变量,根据表进行更新。
原文地址:https://www.cnblogs.com/linnuo/p/9044698.html