CONCAT ('foo', 'bar', NULL) = NULL. the NULL always wins in MySQL. If you would rather treat NULL as an empty string, use CONCAT_WS Archive (concatenation ...
確定! 回上一頁