码迷,mamicode.com
首页 > 数据库 > 详细

Mysql group_concat

时间:2015-10-29 00:29:33      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:

select p.id,p.parent_id,group_concat(distinct(CONCAT("分类名称:",c.name))  order by c.id desc separator " || ") as remark from picture as p left join category as c on c.parent_id = p.parent_id group by p.parent_id;

 

Mysql group_concat

标签:

原文地址:http://www.cnblogs.com/rubekid/p/4919038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!