概述
select t1.* from student t1,
(select max(id) id from student where name in ("zhangsan") and age= 10 group by name
) as t2 where t1.id = t2.id
最后
以上就是温暖歌曲为你收集整理的mysql-group by 取最新一条的全部内容,希望文章能够帮你解决mysql-group by 取最新一条所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复