商品表 product

字段 id、 product_code、product_name、create_date

 

select * from (select *,product_code as code from product order by create_date desc) t group by code;

 

只限于mysql数据库

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-02-12
相关资源
相似解决方案