Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> create table question
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
![]() |
![]() |