create table help - Mailing list pgsql-general

From srs2000
Subject create table help
Date
Msg-id 3c7a0c29_1@mk-nntp-1.news.uk.worldonline.com
Whole thread Raw
List pgsql-general
hi im new to sql, and i am trying to use sqlplus.

here's the table im trying to create

create table CUSTOMER

(CUST_NAME varchar2 (14),

CUST_DOB date,

CUST_ADDRESS varchar2 (25)

CUST_TELNO varchar2 (15)

primary key (CUST_NAME, CUST_ADDRESS));



this is the error message i get:

ERROR at line 2:
ORA-00922: missing or invalid option



any suggestion or help, would be much appriciated.




pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [INTERFACES] template Database
Next
From: "Stefan Weiss"
Date:
Subject: Fulltext Index and Search