導航:首頁 > 數據處理 > sql如何統計周期裡面的數據

sql如何統計周期裡面的數據

發布時間:2024-09-30 09:18:53

❶ sql server如何按季度分組統計所有的數據

和按月份組的原理是一樣的吧!

按月分組

按季度分組和按月分組的區別應該就是時間段的區別吧!

selectcasewhenmonth(date)=1ormonth(date)=2
ormonth(date)=3then'一季度'
whenmonth(date)=4ormonth(date)=5
ormonth(date)=6then'2季度'
whenmonth(date)=7ormonth(date)=8
ormonth(date)=9then'3季度'
whenmonth(date)=10ormonth(date)=11
ormonth(date)=12then'4季度'
else''end,sum(數量)
fromtable
groupby
casewhenmonth(date)=1ormonth(date)=2
ormonth(date)=3then'一季度'
whenmonth(date)=4ormonth(date)=5
ormonth(date)=6then'2季度'
whenmonth(date)=7ormonth(date)=8
ormonth(date)=9then'3季度'
whenmonth(date)=10ormonth(date)=11
ormonth(date)=12then'4季度'
else''end
閱讀全文

與sql如何統計周期裡面的數據相關的資料

熱點內容
小程序如何設置文章列表 瀏覽:477
微信景區預約小程序是什麼來的 瀏覽:65
瀏覽器列印程序出錯怎麼辦 瀏覽:62
技術入股增資怎麼辦 瀏覽:978
如何讓顧客高價買同樣的產品 瀏覽:257
桌面中的小程序怎麼刪除 瀏覽:926
京喜瓜分小程序怎麼提取鏈接 瀏覽:457
如何刪掉文本中的數據 瀏覽:588
全國預防針數據多少 瀏覽:989
qq群聊如何增加小程序 瀏覽:536
中山哪個市場有賣土豬肉 瀏覽:45
開數據的時候為什麼這么卡 瀏覽:418
產品經理專業怎麼報名 瀏覽:390
失落的方舟多少級能交易 瀏覽:75
郵政市場具有什麼樣的特徵性 瀏覽:5
外匯交易有什麼好辦法 瀏覽:782
沒有技術怎麼創業好 瀏覽:503
固收私募產品有哪些 瀏覽:658
信息溝通不包括什麼 瀏覽:46
掛面有哪些產品可以開發 瀏覽:601