🌈 搜索
📅  最后修改于: 2022-03-11 15:04:51.352000             🧑  作者: Mango
SELECT movie, string_agg(actor, ', ') AS actor_list FROM tbl GROUP BY 1;