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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle date format question

Re: Oracle date format question

From: Philip Douglass <philip.douglass_at_il.proquest.com>
Date: Wed, 21 Apr 2004 14:48:55 -0400
Message-ID: <00dc01c427d1$4ce71fc0$8c5d2bcf@sirs.com>


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.

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_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://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_at_freelists.org put 'unsubscribe' in the subject line.
--

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 Wed Apr 21 2004 - 13:46:44 CDT

Original text of this message

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