group_concat的用法(用於一對多時將多個返回結果拼成逗號分割的字符串返回)

一、concat()函數 1、功能:將多個字符串連接成一個字符串。 2、語法:concat(str1, str2,...) 返回結果爲連接參數產生的字符串,如果有任何一個參數爲null,則返回值爲null。 3、舉例: 例1:select concat (name , ',' ,  score) as info from t1; 二、concat_ws()函數 1、功能:和concat()一樣,將
相關文章
相關標籤/搜索