当前位置:Gxlcms > 数据库问题 > MySQL分组修改排序序号

MySQL分组修改排序序号

时间:2021-07-01 10:21:17 帮助过:4人阅读

jxgz_rymc r set Reorder = ( select i from ( SELECT ( @i := CASE WHEN @DepartmentId = t1.DepartmentId THEN @i + 1 ELSE 1 END ) AS i, (@DepartmentId := t1.DepartmentId), t1.PersonDirectoryId FROM jxgz_rymc t1, ( SELECT @i := 0 ,@DepartmentId := ‘‘ ) AS t2 ORDER BY t1.DepartmentId, t1.PersonName, t1.PersonDirectoryId ) a where r.PersonDirectoryId = a.PersonDirectoryId);

 

MySQL分组修改排序序号

标签:color   weight   order   code   name   span   set   end   dep   

人气教程排行