Re: Re[1] Display SELECT

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема Re: Re[1] Display SELECT
Дата
Msg-id 20021023161320.89428.qmail@web80301.mail.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Devinder K Rajput"
Дата:
Сообщение: Re: Display SELECT
Следующее
От: eric manceau
Дата:
Сообщение: Displaying SELECT