Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回从包含 ST_Geometry 的 WKT 表示的 VARCHAR 值转换的 ST_Geometry 值。
ST_PointFromText(wkt)
wkt
VARCHAR
WKT 表示。
ST_Geometry 返回根据输入字符串创建的 ST_Geometry 值。
结果的空间参照系标识符由参数 srid 指定。
SQL/MM (ISO/IEC 13249-3: 2006) 6.1.8
ST_PointFromText('Point(10 20)',4326)
在 4326 参照系中创建点 (10, 20)。