SELECT NVL(supplier_city, 'n/a') FROM suppliers;. The SQL statement above would return 'n/a' if the supplier_city field contained a null value. Otherwise, it ...
確定! 回上一頁