根据分组,查询最新时间的一条数据 - 基础语法 ```sql select * from table where id in ( select SUBSTRING_INDEX(GROUP_CONCAT(id ORDER BY update_time desc), ',', 1 ) from tabl
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号