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 -> create table with DATE

create table with DATE

From: Finnegan Calabro <fcalabro_at_aisvt.bfg.com>
Date: Thu, 29 Jul 1999 11:54:07 -0400
Message-ID: <7npt8k$cn7$1@tribune.oar.net>


It was my understanding DATE could be used as a normal datatype, but I get an error with the following sql command (may or may not be because of the DATE command):

create table phase(
phaseid VARCHAR(10),
start DATE,
end DATE));

Thanks!
Finn Received on Thu Jul 29 1999 - 10:54:07 CDT

Original text of this message

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