update u_menu
set issort=t1.rowId
from
(
 --select * from
 --(
  select cmenu_id,ROW_NUMBER() over(Order by cmenu_id) as rowId
  from u_menu
 ) as t1
 where t1.cmenu_id=u_menu.cmenu_id
--) as t

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-09-26
  • 2021-05-16
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-01-14
相关资源
相似解决方案