Re: Multiple SRF parameters from query

From: Federico Pedemonte <fepede(at)fastwebnet(dot)it>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Multiple SRF parameters from query
Date: 2005-06-04 16:19:35
Message-ID: 1117901975.4210.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 2005-06-01 at 10:29 +0530, Ramakrishnan Muralidharan wrote:
> Hi,
>
> I am not able to understand "Returning only one row", since 'aaa' having 2 rows and 'bbb' having 3 rows and what criteria single row should be returned. Please let me know the expected result and I will try to find out a solution for it.

Sorry, it was not clear from my message.

I meant that I had success creating a table as a result of multiple
invocation of foo (parameter) using the result of an "outer" query as
list of parameter to foo, only if foo () is a "normal" function,
returning a simple value.

It was a misleading sentence anyway, since what i'm asking help for is
the case where foo () is a SRF and returns more than 1 row.

What i'm trying to do is a query where i get a result of this kind

a | b | c
--+---+---
1 | 2 | 3
5 | 9 | 1
4 | 0 | 0
2 | 0 | 0
0 | 0 | 0

given that i select from the table Anagrafica the fields 'aaa' and
'bbb', where the first 2 rows obtained as the result of foo ('aaa') and
the latter 3 as the result of foo ('bbb').

Thanks a lot for help !

PS: Sorry for late answering, i had problems with mail.

Regards,
Federico.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 17:52:16 Re: ARRAY() returning NULL instead of ARRAY[] resp. {}
Previous Message Rajesh Kumar Mallah 2005-06-04 11:26:56 Tsearch2 headline usage