Returns the subset of the geometry value that is associated with the given measure value.
      Syntax
         
            geometry-expression.ST_LocateAlong(DOUBLE measure)
      
      Parameters
         
            - 
               measure – 
               The measure value to look for in the geometry value.
            
Returns
         ST_Geometry Returns a geometry value representing all parts of the geometry value that have the given measure value.
      Standards
         
            SQL/MM (ISO/IEC 13249-3: 2006) 5.1.12