以NO字段為主,進(jìn)行分組。
創(chuàng)新互聯(lián)公司是創(chuàng)新、創(chuàng)意、研發(fā)型一體的綜合型網(wǎng)站建設(shè)公司,自成立以來(lái)公司不斷探索創(chuàng)新,始終堅(jiān)持為客戶提供滿意周到的服務(wù),在本地打下了良好的口碑,在過(guò)去的10余年時(shí)間我們累計(jì)服務(wù)了上千家以及全國(guó)政企客戶,如成都假山制作等企業(yè)單位,完善的項(xiàng)目管理流程,嚴(yán)格把控項(xiàng)目進(jìn)度與質(zhì)量監(jiān)控加上過(guò)硬的技術(shù)實(shí)力獲得客戶的一致贊美。
select a.no,sum(a.金額) from table a group by a.no
同一個(gè)NO,會(huì)對(duì)應(yīng)不同的姓名。
select a.no,a.姓名,sum(a.金額) from table a group by a.no,a.姓名
看不懂
目標(biāo)語(yǔ)句:當(dāng)收費(fèi)醒目包含‘鹽’這一項(xiàng),則統(tǒng)計(jì)no='10' 且 姓名=‘張三’,所有收費(fèi)項(xiàng)目對(duì)...
select a.項(xiàng)目,sum(a.金額) from table a where a.收費(fèi)項(xiàng)目= '1' and a.no = '10' and a.姓名=‘張三’ group by a.項(xiàng)目
select * from (
select it_id ,buyer_id,pur_time,all_amt ,row_number() over(partition by it_id order by pur_time desc) as rn from (
select distinct it_id as it_id ,buyer_id,max(pur_time) as pur_time,sum(all_amt) as all_amt from pm_batchinfo group by it_id,buyer_id having sum(all_amt)=0) ) a
where a.rn = 1;
不用下跪,我來(lái)挽救你。
select trunc((rownum - 1)/10)+1 as groups,max(field1),min(field1),avg(field1) from y61 group by trunc((rownum - 1)/10)+1 order by groups;
網(wǎng)頁(yè)標(biāo)題:oracle分組怎么解決 oracle中分組
瀏覽地址:http://www.rwnh.cn/article30/hiihpo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站制作、軟件開(kāi)發(fā)、App設(shè)計(jì)、網(wǎng)站排名、商城網(wǎng)站、Google
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)