PG 函数-string_agg

Posted rainbo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PG 函数-string_agg相关的知识,希望对你有一定的参考价值。

string_agg:PG中string_agg 类似于oracle中的listagg

报错:integer out of range

select 10*1024*1024*1024 这个就报错
select 10*1024*1024*1024::bigint 这样写就不报错

position:类似于oracle中的instr

SELECT position(‘aa‘ in ‘kkjaadsd‘)

 

 

以上是关于PG 函数-string_agg的主要内容,如果未能解决你的问题,请参考以下文章

pg 函数匹配规则

pg.connect 不是一个函数?

pg12新特性-新增 pg_promote() 函数用于激活备库

pg12新特性-新增 pg_promote() 函数用于激活备库

使用 SQL 获取属于 `pg_dump` 的相同函数列表

在没有前缀的 pg_temp 模式中调用函数