Returns the subset of the geometry value that is between the specified start measure and end measure.
      Syntax
         
            geometry-expression.ST_LocateBetween(DOUBLE start_measure, DOUBLE end_measure)
      
      Parameters
         
            - 
               start_measure – 
               The minimum measure value to look for in the geometry value.
            
- 
               end_measure – 
               The maximum 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 a measure value between the specified start and end.
      Standards
         
            SQL/MM (ISO/IEC 13249-3: 2006) 5.1.13