|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Between date query help.
Trying to perform a query where it will return all cases between the current day and the first day of the same month, regardless of whether it is this month or 6 months down the road.
WHERE Response_Flag = '1' AND Begun_By_Id = '" & Session("Emp_Id")& "' AND Begin_Date Between GetDate AND ??????? Any help would be greatly appreciated Chris |
|
#2
|
||||
|
||||
|
between the current day and the first day of the current month, or between the current day and the first day of the same month as the date value?
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Between date query help. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|