Re: create table error

Поиск
Список
Период
Сортировка
От Kumar S
Тема Re: create table error
Дата
Msg-id 20040913133502.47818.qmail@web61207.mail.yahoo.com
обсуждение исходный текст
Ответ на timestamp precision  (A Gilmore <agilmore@shaw.ca>)
Ответы Re: create table error  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: create table error  (Michael Glaesemann <grzm@myrealbox.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: timestamp precision
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: create table error