My example was one of many. My point is instead of using exact points to try to hit an inclusive BETWEEN, use ranges that have an exact start and a "NEXT START" for a range and use a where clause that says SomeSearchValue >= StartValue and SomeSearchValue < NextStartValue.