select * from (select * from(

select row_number() over(partition by Pid order by created desc) rowId,* from

table ) t

where rowId=1) tt

相关文章:

  • 2022-12-23
  • 2021-09-19
  • 2021-09-20
  • 2021-11-17
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-09-27
  • 2022-02-11
相关资源
相似解决方案