NVL NVL2 NULLIF和條件判斷函數查詢

將空值null轉換爲實際值 可以使用的數據類型是日期字符和數字 將空值顯示成0 select employee_id,first_name,commission_pct,nvl(commission_pct,0) from employees; 將空值顯示成字符 commission_pct是數值型需要轉換成字符型 select employee_id,first_name, commission
相關文章
相關標籤/搜索