sql搜索指定数据的最大值。
SELECT * ,count(name) as total from shuiwang GROUP BY name order by total desc limit 1
这就是搜索名字出现次数最多。
学习进度第十三周
原文:https://www.cnblogs.com/birdmmxx/p/10962575.html