转载请注明转自:http://www.cnblogs.com/feiyumo/p/8763186.html 1.concat对于字符串进行拼接 concat(str1, str2, ..., strN) - Returns the concatenation of str1, str2, ..., strN. Examples:> SELECT concat('Spark', 'SQL'); SparkSQL 2.concat_ws在拼接的字符串中间添加某种格式 concat_ws(sep, [