select concat_ws(' ',str1,str2)如果分割符是空格呢?select str1 str2这句话成立吗?
select concat_ws(' ',str1,str2) 就是空格了select str1 str2这个显然不行