nvl 就是oracle中的一個函數它的格式是NVL( string1, replace_with)。它的功能是如果string1為NULL,則NVL函數返回內replace_with的值,否則返回string1的 ...
確定! 回上一頁