Was this helpful?
Z
Z(p POINTZ)
Alias: ST_Z
Returns the Z-coordinate of p.
Result type: float
Example:
SELECT Z(POINTFROMTEXT('POINTZ(5 10 15)'));
-------------
col1
-------------
15.000
-------------
Last modified date: 01/30/2023