[SQL] Problems with Set Returning Functions (SRFs)

2005-04-10 Thread Otto Blomqvist
ber1 from test)); ERROR: more than one row returned by a subquery used as an expression This is where I fail. Am I even on the right path here ? Writing the actual parsing function will be easy once I have a working concept. Any ideas ? Thanks a lot /Otto Blomqvist

Re: [SQL] [GENERAL] Problems with Set Returning Functions (SRFs)

2005-04-10 Thread Otto Blomqvist
Ofcourse this works perfectly ! Thanks a lot Tom ! Just curious, is this (x)-"trick" in the postgres manual somewhere ? Just just common SQL guru knowledge ? ;) /Otto Blomqvist "Tom Lane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "