select json_build_object( 'type', 'FeatureCollection', 'features', json_agg(ST_AsGeoJSON(t.*)::json) ) from ( values (1, 'one', 'POINT(1 1)'::geometry), (2, ...
確定! 回上一頁