MySQL has IFNULL function, while Oracle provides NVL function. See the following examples: SELECT COALESCE (1, 2); ...
確定! 回上一頁