输入banner图图片脚本导航/分类

postgreSql聚合函数row_to_json初使用

select row_to_json(  table_code)from table_code

select array_to_json( array_agg(row_to_json(code))) from ( select 子查询) 

 

postgreSql聚合函数row_to_json初使用

标签:postgre   size   rom   行数据   select   初使用   字符   code   子查询