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: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 24 Feb 2005 23:29:42 -0800
Message-ID: <1109316401.315822@yasure>


raj wrote:
> Try this!
>
> select upper(to_char(sysdate, 'Mon')) from dual;
>

That would precisely do exactly what the OP does NOT want done. INITCAP would have been the correct answer.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Feb 25 2005 - 01:29:42 CST

Original text of this message

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