会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
精彩极了
There is only one heroism in the world: to see the world as it is and to love it.
博客园
首页
新随笔
联系
管理
2020年3月19日
Mysql去重(去除名字相同 id不同的数据 取一条)
摘要: 解决的问题: select * from movie order by movie_score DESC limit 10 解决 id type_id 不同 其他信息相同的去重操作 sql语句: select * from movie where id in(select max(id) from
阅读全文
posted @ 2020-03-19 22:54 Cool_Yang
阅读(3807)
评论(0)
推荐(0)