Find_SRID — Returns the SRID of the specified geometry column by searching through the metadata GEOMETRY_COLUMNS table.
integer Find_SRID(
varchar
table_schema, varchar
table_name, varchar
geometry_field)
;
integer Find_SRID(
varchar
table_name, varchar
geometry_field)
;
Returns the SRID of the specified geometry column by searching through the metadata GEOMETRY_COLUMNS table. To obtain a successful result, the geometry column must be properly added with the AddGeometryColumn function
The parameters needed are table schema (optional), table name, and geometry column.
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006) | SQL-MM Part 3 |
---|---|---|---|
- | - | - | - |