Re: create table error - Mailing list pgsql-novice

From Kumar S
Subject Re: create table error
Date
Msg-id 20040913133502.47818.qmail@web61207.mail.yahoo.com
Whole thread Raw
In response to timestamp precision  (A Gilmore <agilmore@shaw.ca>)
Responses Re: create table error
Re: create table error
List pgsql-novice
Dear group,
 I am getting a constant error that says Parse error
at "(".

I am using 7.4 and I never had this kind of problem in
previous versions.

lines of my code:

create table contacts
(
     con_id    serial   ,
     exp_id    serial   REFERENCES experiment,
     con_lname  varchar(32) ,
     con_fname  varchar(32) ,
     con_addressline  varchar (64),
     con_zip    varchar(16)  ,
);
Is there some problem with these sql statements.
please help.

Thank you.

psk






__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail

pgsql-novice by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: timestamp precision
Next
From: Devrim GUNDUZ
Date:
Subject: Re: create table error