SQL文字中的數字求和

時間 2022-06-09 20:15:05

1樓:匿名使用者

就題論題吧,不見得是個好的解決方案:

select decode(sign(5-time1),-1,time1)+decode(sign(5-time2),-1,tim2+decode(sign(5-time3),-1,time3) from (select replace(replace(time1,'遲到'),'分鐘') time1,replace(replace(time2,'遲到'),'分鐘') time2,replace(replace(time3,'遲到'),'分鐘') time3, from kqdb)

當初你設計結構的時候要這些漢字有什麼用處?不如去掉,改型別為數字你就方便多了,也不用這麼多的計算了

2樓:匿名使用者

看了標題,不明白問的是什麼問題。

3樓:匿名使用者

update kqdb

set total= convert (int, substring(time1,3,1))+ convert (int,substring(time2,3,1))+ convert(int,substring(time3,3,1))

update kqdb

set number=count(time1)+count(time2)+count(time3)

where time1 like 『遲到%』

and time2 like 『遲到%』

and time3 like 『遲到%』

and convert (int, substring(time1,3,1))>5

sql中如何插入一列數字從1到,sql中,如何插入一列數字從1到

sql2000用臨時表處理效率高,sql2005可用row number select top 100 id identity int,1,1 into from syscolumns a,syscolumns b insert table id select id from declare i i...

以及excel中的一列數字如何求和

一 word中 例如計算數字總成績。1 將游標定位在數字總成績的單元格中 2 單擊 工具佈局 公式按鈕 3 彈出公式對話方塊,在公式的輸入框中輸入 sum above 4 單擊確定按鈕後,效果如圖所示。二 excel中 例如計算合計 1 單擊基本工的合計單元格 2 單擊開始 求和命令 3 頁面如圖所...

如何設定Excel中的文字等於數字

excel辦公實戰 使用if函式進行條件判斷,從根據文字得出相應的數字。excel版本參考 2010 1 選中b1單元格 2 輸入公式 if a1 員工 1500,if a1 領班 2000,if a1 主管 3000,3 回車,在a1輸入 員工 領班 領班 測試效果。 在另一張 中建立好對應的崗位...