会员
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
newlangwen
博客园
首页
新随笔
联系
管理
订阅
2019年8月28日
《SQL 进阶教程》 查找局部不一致的数据
摘要: -- 从下面这张商品表里找出价格相等的商品的组合 select * from products p1LEFT JOIN products p2on p1.price = p2.price and p1.name > p2.namewhere p2.name is not null
阅读全文
posted @ 2019-08-28 19:06 newlangwen
阅读(327)
评论(0)
推荐(0)
公告