Re: Re[1] Display SELECT - Mailing list pgsql-novice

From Ludwig Lim
Subject Re: Re[1] Display SELECT
Date
Msg-id 20021023161320.89428.qmail@web80301.mail.yahoo.com
Whole thread Raw
List pgsql-novice
--- eric manceau <eric.manceau@caramail.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

pgsql-novice by date:

Previous
From: "Devinder K Rajput"
Date:
Subject: Re: Display SELECT
Next
From: eric manceau
Date:
Subject: Displaying SELECT