select * from (

select * from table_name order by create_time desc limit 100000

) as t
group by t.id;

 

limit 后的数值得对应调整

相关文章:

  • 2021-06-13
  • 2021-11-18
  • 2022-01-19
  • 2022-12-23
  • 2023-03-14
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-10-17
  • 2021-08-17
  • 2022-02-06
  • 2021-11-01
相关资源
相似解决方案