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: How to group a date field by month or day ?

Re: How to group a date field by month or day ?

From: Jill <jc_va_at_hotmail.com>
Date: Thu, 19 Aug 1999 06:33:16 -0700
Message-ID: <7pgmi6$n57$1@bgtnsc02.worldnet.att.net>


I believe you want TO_CHAR(yourdatefield,'MM'). This will return the 2 byte index for month.

Michael Keppler wrote in message <7pgiql$npi_at_TGZ3>...
>Hello there !
>
>In local SQL I used "EXTRACT(MONTH FROM datefield) AS M" to get the
>month information out of a date field. How do I write this statement for
>Oracle SQL to group my data by month ??
>
>Thanks and Good Bye, Michael.
>--
>Michael.Keppler_at_bigfoot.com
>
>
Received on Thu Aug 19 1999 - 08:33:16 CDT

Original text of this message

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