Re: Re[1] Display SELECT

From: Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com>
To: eric manceau <eric(dot)manceau(at)caramail(dot)com>
Cc: PostgreSQL Mailing List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Re[1] Display SELECT
Date: 2002-10-23 16:13:20
Message-ID: 20021023161320.89428.qmail@web80301.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


--- eric manceau <eric(dot)manceau(at)caramail(dot)com> wrote:
> Thank you both,
>
> Now postgresql helps me to improve with the
> following error
> message :
>
> com-# SELECT * FROM iden;
> ERROR: parser: parse error at or near "SELECT"

I think this happens because the previous query
wasn't terminated by semi color and psql think the
previous query is part of the current query.

Try retyping the SELECT statement.

ludwig.

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-10-23 16:39:49 Re: arc relationship [was: db design question]
Previous Message Ludwig Lim 2002-10-23 16:05:32 Re: a rule question