Viewing post 1 (of 1 total)
You may also use this:
Select * from TableName
Where datediff(month,HireDate,getdate())>250
Note: HireDate is the column name.
It should return same result.
July 5, 2006 at 12:51 pm
#647597