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 -> Date Columns

Date Columns

From: Brandon Duncan <BDuncan_at_PIETECHNET.com>
Date: Thu, 14 Oct 1999 10:46:52 -0400
Message-ID: <7u4qgr$eq7$1@autumn.news.rcn.net>


Does anyone know the correct syntax to get a Date Column in the format 'MM/DD/YYYY' (01/01/1999)? I'm using

    Create Table XTable (

            DateColumn DATE (10, 'MM/DD/YYYY'), ......

I get an error message, 'Missing right parenthisis."

Any ideas?

Brandon Received on Thu Oct 14 1999 - 09:46:52 CDT

Original text of this message

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