tanyasharma
Programmer
Hi I want to select customers from a table present in 3 month's before the today's date for that I am using datediff function as follows -
DATEDIFF(mm,getdate(),-3)...which is giving me absurd results. Can anybody else suggest me how to deal with this problem..it's urgent...
DATEDIFF(mm,getdate(),-3)...which is giving me absurd results. Can anybody else suggest me how to deal with this problem..it's urgent...