If you want to skip NULL values (but not empty strings), you can use CONCAT_WS() function: CONCAT_WS( ', ', -- Separator CONCAT_WS(' ', tadd.street_number, ...
確定! 回上一頁