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_3DDistance (A: Geometry, B: Geometry)
SELECT ST_3DDistance(ST_GeomFromText("POINT Z (0 0 -5)"), ST_GeomFromText("POINT Z(1 1 -6"))
1.7320508075688772
Was this page helpful?