会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
钗的php生涯
博客园
首页
新随笔
联系
管理
订阅
2021年6月8日
sql去重 删除id比较的的
摘要: SELECT * from * where name in (select name from (select name from * group by name having count(name)>1)a) and id not in (select id from(select min(id)
阅读全文
posted @ 2021-06-08 10:51 php钗
阅读(96)
评论(0)
推荐(0)
编辑