Re: create table error

From: Kumar S <ps_postgres(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: create table error
Date: 2004-09-13 13:35:02
Message-ID: 20040913133502.47818.qmail@web61207.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Glaesemann 2004-09-13 13:43:23 Re: create table error
Previous Message Adrian Chew 2004-09-13 09:38:28 having problem connecting to postgreSQL v7.5.