Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ジオメトリ値に関連付けられている空間参照系 (SRID) を取得します。
ST_SRID( geo1, srid )
geo1
ST_Geometry
ポイント値
INT ジオメトリの SRID を返します。
次の文は、結果 4326 を返します。
4326
SELECT ST_SRID( ST_Point ( 10, 20, 4326 ) );