mysql 查询表(多个类型的数据的)最新的一条数据

阅读 97

2023-02-22


SELECT *,MAX(id) FROM tb_device_data  GROUP BY device_id



相关推荐

精彩评论(0)

0 0 举报