Paul
Member since Feb 10, 2013
- Profile: /members/10667-paul.htm
- Comments: 1
Recent Blog Comments By Paul
-
SQL Date/Time BETWEEN And Comparison Operators Work With Floats
Posted on Feb 10, 2013 at 9:52 PM
the BETWEEN ... AND comparison operator is the equivalent of: [expression] >= [value1] AND [expression] <= [value2] In other words BOTH [value1] and [value2] are included in results, so I don't think this is correct: "and the second value is exclusive"... read more »