Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Date

Re: Date

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 12 Sep 2003 17:07:52 -0700
Message-ID: <1063411655.113001@yasure>


Ralf Schnickmann wrote:

>Hi!
>
>The Query
> SELECT * FROM T_Test WHERE Start > '1.1.2002'
>is running with the correct results.
>
>Using a date with time like
> SELECT * FROM T_Test WHERE Start > '1.1.2002 1:00:01'
>doesnt work.
>
>My problem is that i have to avoid any function like to_date etc.
>
>Thanks,
>Ralf
>
>
>

Never use implicit conversions ... use the TO_DATE function.

And do not cross-post. Your posting in c.d.o.tools is off-topic and has been deleted from my response.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri Sep 12 2003 - 19:07:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US