mysql > SELECT subject, test, IF(score IS NULL,'Unknown', score) AS 'score' -> FROM ... The preceding query can be written more concisely using IFNULL(), ...
確定! 回上一頁