sql server 2000
I mean the following where clause:
WHERE thedate between '2005-03-01' and '2005-03-03'
gives me days in BETWEEN those two dates specified.
I want to find the between those days and the days themselvs
From 3/1-3/3 is 3 days. A perso could work on the 1st, 2nd, 3rd.
So most people verbally say it like the 1st through the 3rd, and they mean the 1st, 2nd, and 3rd
If you use BETWEEN as I did in my example where clause, you will see the only date between the 1st and the 3rd is the 2nd and that is not what is needed here..
Hope that helps
-ws
Main Topics
Browse All Topics





by: INSDivision6Posted on 2005-03-03 at 20:18:21ID: 13456084
>This gives me the dates between those numbers, not starting on 3/1/05 through 3/3/05
What do you mean? What database you are using?