Re: I must be blind...

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: I must be blind...
Дата
Msg-id Pine.LNX.4.21.0206142309040.4131-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: I must be blind...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, 14 Jun 2002, Tom Lane wrote:

> Joe Conway <mail@joeconway.com> writes:
> > I don't think you can use PERFORM like that. Try:
>
> Actually I believe he can; after looking at the manual I realized that
> the problem is that PERFORM is syntactically a substitute for SELECT.
> In other words he needed to write
>
>     PERFORM 1 FROM orders ...
> not
>     PERFORM SELECT 1 FROM orders ...

Thanks Tom,

I didn't get that from the manual at all. I think I should go reread it.


--
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: I must be blind...
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: I must be blind...