mysql 随笔

(select GROUP_CONCAT(car_brand_name separator ',') carBrandName,supplier_id
from ycej_supplier_carbrand
GROUP BY supplier_id) c
on s.supplier_id = c.supplier_id

posted @ 2019-01-21 10:32  三豪  阅读(111)  评论(0编辑  收藏  举报