摘要: SELECT company_id, string_agg(employee, ', ') FROM mytable GROUP BY company_id; 阅读全文
posted @ 2020-09-08 17:25 那时一个人 阅读(1450) 评论(0) 推荐(0)