Re: FETCH a cursor inside a SELECT

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: FETCH a cursor inside a SELECT
Дата
Msg-id 3DE7C03B.160.675164E@localhost
обсуждение исходный текст
Ответ на Re: FETCH a cursor inside a SELECT  (David Crawshaw <david@zentus.com>)
Ответы Re: FETCH a cursor inside a SELECT  (David Crawshaw <david@zentus.com>)
Список pgsql-general
On 29 Nov 2002 at 23:51, David Crawshaw wrote:

> On Fri, 29 Nov 2002 11:42 pm, Shridhar Daithankar wrote:
> > How about defining two views? One view that returns matchclass1 and
> > another selects on this view to eliminate duplicates.
>
> That would be a nice clean solution, but the functions are a search
> system. The integer being passed into the functions is a comparing id
> from another table, and then values are compared. As far as I know, a
> view is just a static definition.

Not too sure but how about inserting the variable to be passed in a single row
table and select on that table from view definition?

Agreed not as straight forward but it cleanly splits the job between modules..

Tell us if this works.. I just pulled it out of thin air..;-)

Bye
 Shridhar

--
QOTD:    "It wouldn't have been anything, even if it were gonna be a thing."


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

Предыдущее
От: David Crawshaw
Дата:
Сообщение: Re: FETCH a cursor inside a SELECT
Следующее
От: David Crawshaw
Дата:
Сообщение: Re: FETCH a cursor inside a SELECT