lzwei

select a.* from testTable a inner join (select id,MAX(InDate) as InDate  from testTable group by id) b on a.id=b.id and a.InDate =b.InDate

分类:

技术点:

相关文章:

  • 2021-11-21
  • 2021-08-29
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2021-10-14
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2021-09-23
相关资源
相似解决方案