Code has been added to clipboard!

SQL ISNULL for Oracle

Example
SELECT Name, Price * (Unit_In_Stock + NVL(Unit_On_Order, 0))
FROM Products