Re: [SQL] How to call table returning function with other table

2006-03-19 Thread Svenne Krap
Perfect. Thanks. Svenne Markus Bertheau wrote: 2006/3/19, Svenne Krap <[EMAIL PROTECTED]>: So it is something like "select xxx(id) from othertable where otherwhere = 't'" except that it mangles the columns into an array. I have tried to move the function-call into the fromlist (

Re: [SQL] How to call table returning function with other table

2006-03-19 Thread Markus Bertheau
2006/3/19, Svenne Krap <[EMAIL PROTECTED]>: > So it is something like "select xxx(id) from othertable where otherwhere > = 't'" except that it mangles the columns into an array. I have tried to > move the function-call into the fromlist (as it is usually done) but I > seem unsuccessful in getting