Viewing post 1 (of 2 total)
Using sysdate() function get the difference in the month
select * from employee where
datediff(month,sysdate(),person_starting_date)>250
July 4, 2006 at 4:35 am
#647345