Subtle Errors When Using Dates-Part 2
It’s so easy to make make mistakes with dates. Here is another one I saw recently, this one used when doing some checks on some billable data that had been captured: select * from sometable where somedate between ‘6/1/2011’ and ‘7/1/2011’ Nine times out of ten when you see that statement what they meant was: […]
Read more "Subtle Errors When Using Dates-Part 2"