I find IFNULL() quite useful when exporting query results to a CSV file ... MySQL localhost:33060+ ssl practice SQL > SELECT IFNULL(an_age, 0) FROM ages_1;
確定! 回上一頁