MySQL中concat函数 - 午时的海 - 博客园
2016年7月15日 - MySQL中concat_ws函数使用方法: CONCAT_WS(separator,str1,str2,...)CONCAT_WS() 代表 CONCAT With Separator ,是CONCAT()的特殊形式。第一个参数是其...
mysql中的concat函数的使用问题_百度知道
最佳答案: SELECT a.*,group_concat(b.picture_path) FROM ep_pollution_comments a LEFT JOIN ep_pollution_comments_picture b ON a.comments_id = b...更多关于mysql里concat函数和 ‘’|‘’ 符号一起用是表示什么?的问题>>