Re: Oracle date format question

  • From: "Philip Douglass" <philip.douglass@xxxxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 21 Apr 2004 14:48:55 -0400

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@xxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
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?

Thanks!
Ron=20
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: