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 -> Format Number to Date

Format Number to Date

From: Fred <fpot_at_lucca.fr>
Date: 27 Jan 2003 07:58:53 -0800
Message-ID: <66412593.0301270758.51a88017@posting.google.com>


Hello,

The date are in field NUMBER(6), example : 24/01/72 = 26322 The problem is in this requete :

SELECT TO_DATE(V.date_debut, 'MM') FROM ***

The date in number must be in format date but the function TO_DATE isn't correct.

Do you have a solution ?

Thank you Received on Mon Jan 27 2003 - 09:58:53 CST

Original text of this message

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