Was this helpful?
M
M(p POINTM)
Alias: ST_M
Returns the M-coordinate of p.
Result type: float
Example:
SELECT M(POINTFROMTEXT('POINTM(5 10 2.5)'));
-------------
col1
-------------
2.500
-------------
Last modified date: 01/30/2023