Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> create table question

create table question

From: drichardson <rchrdson_at_ix.netcom.com>
Date: 1997/11/21
Message-ID: <655j1p$3i8@dfw-ixnews12.ix.netcom.com>#1/1

Hello,

I am new to Oracle and I need to create a simple table, but when I create the table I get an invalid object (I think) error in line 3:

create table SALESOUT (
2 Disti CHAR(50),
3 Date DATE,
4 Period NUMBER,
5 Sales Out NUMBER(9,2),
6 Bookings NUMBER(9,2),
);

Can someone look at my code and tell me if it is incorrect?

much appreciated,

Dave Received on Fri Nov 21 1997 - 00:00:00 CST

Original text of this message

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