postgresql 怎么将 A表 group by txt 列后,查询后的 txt 返回一个 json 字符串?-灵析社区

一只tomatoo

SELECT json_agg(txt) FROM A;

阅读量:1

点赞量:0

问AI