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: Any was to format the Month to Display as 'Feb'?

Re: Any was to format the Month to Display as 'Feb'?

From: <fitzjarrell_at_cox.net>
Date: 24 Feb 2005 06:46:32 -0800
Message-ID: <1109256392.383728.208900@o13g2000cwo.googlegroups.com>

CC wrote:
> When selecting a data field and using to_char() is there any way to
> have the month appear as Feb instead of FEB? (ie: is there a function
> to only capitalize the first character of a text field or etc...)
>
> Thanks,

Certainly:

SQL> select to_char(sysdate, 'Mon') from dual;

TO_

---
Feb

SQL>


David Fitzjarrell
Received on Thu Feb 24 2005 - 08:46:32 CST

Original text of this message

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