SELECT COALESCE( yourNullValue , 'NULL') FROM whatever. COALESCE(value,...) Returns the first non-NULL value in the list, or NULL if there ...
確定! 回上一頁