Viewing post 1 (of 1 total)
Try this:
SELECT * FROM myTable WHERE hire_date > (CONVERT(VARCHAR,getdate()-90, 110))
- Tahsin
March 13, 2006 at 2:50 pm
#626381