NVL 是Oracle PL/SQL中的一個函式。它的格式是NVL( string1, replace_with)。它的功能是如果string1為NULL,則NVL函式返回replace_with的值,否則返回string1的值, ...
確定! 回上一頁