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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: format date with Oracle Dynamic SQL

Re: format date with Oracle Dynamic SQL

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 01 Mar 2005 22:43:23 +0100
Message-ID: <d02nhf$421$1@news4.zwoll1.ov.home.nl>


deadlocklegend_at_gmail.com wrote:
> we are dynamically retrieving data types of a dynamic query and build
> an XML resultset. to_char i believe gives us a string type when we
> wanted a date type for that field. Is there a way to do it?
>

to_date(string, format_mask)

What other documentation shall I read you?

-- 
Regards,
Frank van Bortel
Received on Tue Mar 01 2005 - 15:43:23 CST

Original text of this message

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