renran421 发表于 2016-11-22 00:59:56

PostgreSQL的 array_to_string 功能

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



postgres=# select array_to_string (ARRAY,'##');
array_to_string
-----------------
1##2##3
(1 row)
postgres=#
  结束
页: [1]
查看完整版本: PostgreSQL的 array_to_string 功能