会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
徐李帅
博客园
首页
新随笔
联系
管理
订阅
2018年8月22日
sql-查询一个字段相同另一个字段不同
摘要: SELECT DISTINCT a.fullname, a.belong_user_id AS belong_id, a.store_type FROM c_store_tbl a JOIN c_store_tbl b ON a.store_type != b.store_type WHERE a.belong_user_id = b.belong_user_id ORDER BY ...
阅读全文
posted @ 2018-08-22 21:15 徐李帅
阅读(8242)
评论(0)
推荐(1)
编辑
公告