Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Search by Dates results not showing properly in Oracle 8i
vishi83_at_gmail.com wrote:
> Hello ppl,
>
> I want to search records having a date that falls before a given date.
>
> Example: I would like to search some records having a date which falls
> before 5th of september.
>
> Plz help me out with a query for oracle 8i.
>
>
>
> Thanks :)
What have you tried (post title suggests you did try something?) Did you try the obvious WHERE date_column < TO_DATE('05092006','ddmmyyyy')?
Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com
Received on Sun Sep 10 2006 - 12:17:14 CDT
![]() |
![]() |