mysql中concat,concat_ws和group_concat的介紹

一、concat()函數 1、定義:將多個字符串連接成一個字符串。 2、使用語法:concat(str1,’-’ str2,…) 返回字符串參數不能爲null,否則返回值爲null。 舉例 二、concat_ws()函數 1、定義:將多個字符串連接成一個字符串,可以一次性指定分隔符-,要不然有10個參數寫10個太麻煩了。 2、使用語法:CONCAT_WS(’-’,str1, str2,…) 返回字
相關文章
相關標籤/搜索