Question
date diff for oracle 9i
Hi Guys,
I'm new in oracle... I'm using oracle in cf application now. Oracle 9i.
Now i want to display records for 6 months. How to use datediff function in oracle?
My query will like this
Select * from tblname
Where datediff(now(),fielddate) <= 6.
Any one use oracle? Please help me on this.
Thank in advance,
Regards
Shaffiq
I'm new in oracle... I'm using oracle in cf application now. Oracle 9i.
Now i want to display records for 6 months. How to use datediff function in oracle?
My query will like this
Select * from tblname
Where datediff(now(),fielddate) <= 6.
Any one use oracle? Please help me on this.
Thank in advance,
Regards
Shaffiq
