PostgreSQL的 array_to_string 功能

开始

用 第二个参数连接数组元素,例:

postgres=# select array_to_string (ARRAY[1,2,3],'##');
 array_to_string 
-----------------
 1##2##3
(1 row)

postgres=# 

 

结束

posted @ 2012-11-09 13:30  健哥的数据花园  阅读(2747)  评论(0编辑  收藏  举报