Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_GeomFromMySQL (binary: Binary)
SELECT ST_GeomFromMySQL(geomWKB) AS geom, ST_SRID(ST_GeomFromMySQL(geomWKB)) AS srid FROM mysql_table
+-------------+----+ | geom|srid| +-------------+----+ |POINT (20 10)|4326| |POINT (40 30)|4326| |POINT (60 50)|4326| +-------------+----+
Was this page helpful?