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: First day date of a month

Re: First day date of a month

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Tue, 22 Feb 2000 11:33:00 +0100
Message-ID: <88tokt$1rdi$1@news5.isdnet.net>


select trunc(sysdate,'month') from dual;

--
Have a nice day
Michel

Norazman <norazman_at_ti.com> a écrit dans le message : 38B2646F.D3B92E05_at_ti.com...
> Hi how to get the firts day date of the month in SQL.
> Ie since today is feb so it should be 01-feb-2000
> thanks
>
>
Received on Tue Feb 22 2000 - 04:33:00 CST

Original text of this message

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