select id,ROW_NUMBER() over(partition by name order by create_time desc) as row_sort from table

 

来源:https://blog.csdn.net/liuchang19950703/article/details/81003295

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
猜你喜欢
  • 2021-05-19
  • 2022-12-23
  • 2021-12-13
  • 2021-06-12
  • 2022-03-09
相关资源
相似解决方案