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: date parts

Re: date parts

From: Suresh Bhat <suresh.bhat_at_mitchell-energy.com>
Date: Thu, 18 Nov 1999 17:14:08 GMT
Message-ID: <01bf31f8$b382afc0$a504fa80@mndnet>


Hi,
set heading off feedback off
column id format a8

select '7'||to_char(sysdate,'dddhh24mi') id from dual;

Suresh Bhat
Oracleguru
www.oracleguru.net

John Duran <d3plan_at_hotmail.com> wrote in article <811a4q$vbl$1_at_nnrp1.deja.com>...
> How do I obtain the following information from the system date:
> Running Oracle 8.0.5 on a Sun Sparc running Solaris 2.6
>
> The day of the year (1-365)
> The hour of the day (24 hour clock)
> The minutes
>
> I have to create a unique identifier each time I send a batch to a
> legacy system. It is an 8 digit number field. The first number is
> always "7" the next 3 digits are the day of the year, the next two
> digits are the hour (24 hour), and the last two are the minutes.
>
> 7DDDHHMM
>
> John
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Received on Thu Nov 18 1999 - 11:14:08 CST

Original text of this message

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