ST_Z
Name
ST_Z — Return the Z coordinate of the point, or NULL if not available. Input must be a point.
Synopsis
    
     float
     
      ST_Z
     
     (
    
    geometry
    
     a_point
    
    
     )
    
    ;
   
ST_Z — Return the Z coordinate of the point, or NULL if not available. Input must be a point.
    
     float
     
      ST_Z
     
     (
    
    geometry
    
     a_point
    
    
     )
    
    ;