会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
walle1314
博客园
首页
新随笔
联系
管理
订阅
2018年9月29日
oracle distinct 用法
摘要: oracle distinct 是所有字段都相同才显示一条,要做到根据某一列,则如下 select t1.* from table t1 where t1.rowid = (select min(t2.rowid) from table t2 where t1.c= t2.c)
阅读全文
posted @ 2018-09-29 15:35 walle1314
阅读(1193)
评论(0)
推荐(0)
编辑
公告