最近遇到的SQL問題

2021-06-04 10:49:27 字數 635 閱讀 1710

select translator as '譯者姓名',count(*) as '總派件次數',sum(convert(numeric(8,2),quantity)) as '總翻譯字數',sum(case when datediff(mm,[date],getdate())<=6  then convert(numeric(8,2),quantity) else 0 end) as '近6個月派件字數', 

(sum(case when datediff(mm,[date],getdate())<=6 then convert(numeric(8,3),total) else 0 end)/sum(case when datediff(mm,[date],getdate())<=6 then convert(numeric(8,2),quantity) else 0 end))/0.14*100 as '近6個月平均得分'

from t_paijian where unitprice!='dd' and total!='dd' and translation='英->中' group by translator

記錄一下。

case when , datediff,convert,sum的用法都用了,原來自己也可以寫這樣的語句

最近遇到的問題

1.windows下使用anaconda安裝python包報錯 unicodedecodeerror ascii codec can t decode byte 0xcb in position 9 報錯unicodedecodeerror ascii codec can t decode byte...

最近遇到的問題

1 如果按鈕新增了背景,一定要設定背景顏色,以防載入錯誤時字型顏色不會和大背景顏色混為一體而讓使用者找不到按鈕。2 關於裝置端軟體公升級後,介面進行了整體改造。而使用者瀏覽器保留有以前的快取資訊,導致無法正確顯示公升級後的介面。這個問題當時網上搜了很多資料,不過大多都是針對js和css,在外鏈檔案時...

最近遇到的問題備忘

昨天發布,遇到幾個問題。這裡記錄一下。問題1 現象 flash中將元件繫結到playerinfo1類,繼承playerinfo。此處是別人寫的,我將playerinfo繼承我自己的類。造成playerinfo中無法用 方法名 的方式拿到元件中的元件。解決 暫時還沒有找到問題的真正癥結所在。只能不讓 ...