oracle sql 練習語句 42道

練習中用到的函數sql 1.count 計算元組個數,count(*)計算所有個數express 2.length 計算char類型長度oracle 3.lpad(salary,15,'$')  格式調整,把salary 變爲15個字長,左邊用¥填充。函數 4.NVL(e1, e2):若是 e1 的計算結果爲 null 值,則 NVL( ) 返回 e2。若是 e1 的計算結果不是 null 值,則
相關文章
相關標籤/搜索