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 transfer year, week, day to date

Re: How to transfer year, week, day to date

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 10 Jun 2002 15:54:43 GMT
Message-ID: <3D04CBBF.B2B804E1@exesolutions.com>


Marcel Raap wrote:

> Hi,
>
> I need a SQL-statement (or PLS/SQL function) that accepts a year, a
> week number and a day number as input and returns a date.
>
> I thought of doing it like this:
>
> select to_date('1-24-2002', 'D-WW-YYYY')
> from dual;
>
> but for some reason this is not allowed in SQL*Plus.
>
> Anyone suggestions???
>
> Thanks!
>
> Marcel.
Received on Mon Jun 10 2002 - 10:54:43 CDT

Original text of this message

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