码迷,mamicode.com
首页 > 数据库 > 详细

Oracle-count(distinct( 字段A || 字段B)) distinct多个字段

时间:2020-03-31 18:52:28      阅读:392      评论:0      收藏:0      [点我收藏+]

标签:com   html   说明   form   sel   连接符   sele   多个   oracl   

|| 就是连接两个字段的连接符,所以count(distinct( 字段A || 字段B))就是计算A+B字段唯一的数据行数,即,实现了distinct 多个字段的目的

说明:distinct()部分要放到select与from之间的首个显示字段位置。

 

||的用法可看我的这篇随笔的链接:https://www.cnblogs.com/Formulate0303/p/12462282.html

Oracle-count(distinct( 字段A || 字段B)) distinct多个字段

标签:com   html   说明   form   sel   连接符   sele   多个   oracl   

原文地址:https://www.cnblogs.com/Formulate0303/p/12604111.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!