(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

相关文章:

  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-01-13
  • 2021-08-26
  • 2021-11-22
猜你喜欢
  • 2021-09-15
  • 2021-09-21
  • 2022-01-25
  • 2021-08-14
  • 2021-04-04
  • 2021-09-23
相关资源
相似解决方案