NVL是Oracle PL/SQL中的一個函數。它的格式是NVL( string1, replace_with)。
它的功能是如果string1為NULL,則NVL函數返回replace_with的值,否則返回string1的值,如果兩個參數都為NULL ,則返回NULL。
pandas和SQL數據分析實戰
https://study.163.com/course/courseMain.htm?courseId=1006383008&share=2&shareId=400000000398149