concat
用途:连接一个或多个字符串
语法:concat(str1,str2…)
eg:
>>>select concat('aa','bb','cc')
>aabbcc
concat_ws
用途:使用固定连接符连接一个或多个字符串
语法:concat(separator,str1,str2…)
eg:
>>>select concat_ws('-',
concat
用途:连接一个或多个字符串
语法:concat(str1,str2…)
eg:
>>>select concat('aa','bb','cc')
>aabbcc
concat_ws
用途:使用固定连接符连接一个或多个字符串
语法:concat(separator,str1,str2…)
eg:
>>>select concat_ws('-',