MySQL CONCAT returns NULL if any field contain NULL ... Use CONCAT_WS instead: CONCAT_WS() does not skip empty strings. However, it does skip any NULL values ...
確定! 回上一頁