MySQL 分组后排序,取第n条记录

SELECT a.bandwidth band,a.create_time time FROM tb1 a LEFT JOIN tb1 b ON a.create_time = b.create_time AND a.bandwidth < b.bandwidth WHERE a.create_time BETWEEN '2019-11-01' AND '2019-11-30' GROUP
相关文章
相关标签/搜索