码迷,mamicode.com
首页 > 其他好文 > 详细

PG 函数-string_agg

时间:2019-11-12 09:36:09      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:lis   range   listagg   agg   tag   select   out   instr   int   

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

标签:lis   range   listagg   agg   tag   select   out   instr   int   

原文地址:https://www.cnblogs.com/rainbo/p/11839600.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!