Does anybody know how to write below query in Symfony/Doctrine? SELECT json_build_object( 'type', 'Feature', 'id', id, 'geometry', ST_AsGeoJSON(geom)::json, ...
確定! 回上一頁