davidchardonnet
Programmer
Hello,
I want to make a plpgsql function to launch a huge select statement like
select f1,f2,....f75 from table where id=parameter
the request must get only one record from the database.
I tried many syntaxes, but i cant find something that works...
Does someone knows how to do this?
Thank you
David
I want to make a plpgsql function to launch a huge select statement like
select f1,f2,....f75 from table where id=parameter
the request must get only one record from the database.
I tried many syntaxes, but i cant find something that works...
Does someone knows how to do this?
Thank you
David