top of page
MySQL:
ST_POINTFROMTEXT
ST_PointFromText(wkt[, srid [, options]])
Constructs a Point value using its WKT representation and SRID.
ST_PointFromText() handles its arguments as described in the
introduction to this section.
URL: https://dev.mysql.com/doc/refman/8.0/en/gis-wkt-functions.html
Example
bottom of page