往输出的值中间加字符的方法
concat(id,",",name,‘,‘)
1,小明,
把表里面的字段连起来 输出到一个字段里面的方法 concat()
原文:https://www.cnblogs.com/kaibindirver/p/12179928.html