摘要:
一、concat()函数可以连接一个或者多个字符串 concat(str1,str2,…) 返回结果为连接参数产生的字符串。如有任何一个参数为NULL ,则返回值为 NULL。 select concat('11','22','33'); 112233 二、concat_ws(separator,s 阅读全文
posted @ 2019-07-30 16:25
chengloading
阅读(267)
评论(0)
推荐(0)
浙公网安备 33010602011771号