Viewing post 1 (of 1 total)
You can also use dateadd as follow(the value parameter could be negative). Try wuth query analizer the follow statement
SELECT GETDATE(), DATEADD(DAY,(-14),GETDATE())
So in your case the statement should be
WHERE date_post BETWEEN...
November 25, 2005 at 1:56 am
#605801