calling a function over several rows

Поиск
Список
Период
Сортировка
От Adam Rich
Тема calling a function over several rows
Дата
Msg-id 4B023C72.50707@sbcglobal.net
обсуждение исходный текст
Ответы Re: calling a function over several rows  (Merlin Moncure <mmoncure@gmail.com>)
Re: calling a function over several rows  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Hello,
There is an existing function which takes an integer and returns a
record.  I need to call this function with every integer in a table.  Is
there a simple shortcut for doing this?

I'm looking for something like:

select f.*
from function(t.value) f, table t

Thanks,
Adam





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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: specifying a password on the cmd line for db connect
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: calling a function over several rows