select * from table where id in (select max(id) from table group by sku) 说明:id是自增序列,sku是表中的一个字段 相关文章: 2021-08-15 2021-12-17 2021-04-04 2021-11-11 2021-10-19 2021-11-28 2021-09-12