Irishiii75
Technical User
I need to find people with a bringup date two months in the future. So, if my query is run today, 08/01/2001, I need to find those with bringup dates 10/anyday/2001.
Is there a way to write that without having to enter the range of dates as below?
genDependent.FTStudentBringUpDate BETWEEN CONVERT(DATETIME, '10/01/2001',101)AND CONVERT(DATETIME, '10/31/2001',101)
Thanks
Is there a way to write that without having to enter the range of dates as below?
genDependent.FTStudentBringUpDate BETWEEN CONVERT(DATETIME, '10/01/2001',101)AND CONVERT(DATETIME, '10/31/2001',101)
Thanks