Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle date format question
.. or, depending on the version you are using, use the ANSI/ISO standard
EXTRACT function after the conversion to a valid date.
Cheers,
Lex.
> I'd do a to_date(stringdatecol, 'yyyy/mm/dd hh24') first of all, to make
> sure the data is at least a valid date. Then you could to_char(validdate,
> 'yyyy'), to_char(validdate, 'mm') to pull out the information you're
> interested in.
>
> ----- Original Message -----
> From: "Smith, Ron L." <rlsmith_at_kmg.com>
> To: <oracle-l_at_freelists.org>
> Sent: Wednesday, April 21, 2004 2:36 PM
> Subject: Oracle date format question
>
> I have a varchar column with data in the format yyyy/mm/dd hh .
> I need to pull the year and the month into separate fields so I can
> select and group them.
> Can anyone tell me the easiest way to do
this?
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Apr 22 2004 - 02:23:43 CDT
![]() |
![]() |