ST_SetSRID¶
Introduction: Sets the spatial reference system identifier (SRID) of the geometry.
Format: ST_SetSRID (A:geometry, srid: Integer)
SQL example:
SELECT ST_SetSRID(polygondf.countyshape, 3021)
FROM polygondf
Introduction: Sets the spatial reference system identifier (SRID) of the geometry.
Format: ST_SetSRID (A:geometry, srid: Integer)
SQL example:
SELECT ST_SetSRID(polygondf.countyshape, 3021)
FROM polygondf