摘要: oracle迁移到postgres-逗号拼接函数listagg与string_agg oracle中的listagg函数与postgres中的string_agg函数都可以实现逗号拼接字符 1、listagg函数 SELECT t.id,listagg(字段1, ',') within GROUP( 阅读全文
posted @ 2023-12-01 18:17 站着说话不腰疼 阅读(994) 评论(0) 推荐(0)