摘要: sql搜索指定数据的最大值。 SELECT * ,count(name) as total from shuiwang GROUP BY name order by total desc limit 1 这就是搜索名字出现次数最多。 阅读全文
posted @ 2019-06-02 12:53 birdmmxx 阅读(93) 评论(0) 推荐(0) 编辑