The Oracle NVL() function achieves the same result: SELECT ProductName, UnitPrice * (UnitsInStock + NVL(UnitsOnOrder, 0)) FROM Products;.
確定! 回上一頁