Nov 22, 2005 #1 Stedo Programmer Sep 15, 2005 44 SE hi, Is it possible to return a list of records from a Stored Procedure? For example, SELECT * FROM my_table If so what type do I use for returning these? Thanks Steve
hi, Is it possible to return a list of records from a Stored Procedure? For example, SELECT * FROM my_table If so what type do I use for returning these? Thanks Steve
Nov 22, 2005 #2 ceco IS-IT--Management Oct 16, 2002 229 BG yes you can see here http://www.postgresql.org/docs/8.1/interactive/xfunc-sql.htmlhttp://www.postgresql.org/docs/8.1/static/plpgsql-cursors.htmlhttp://www.postgresql.org/docs/8.1/interactive/plperl-database.html Upvote 0 Downvote
yes you can see here http://www.postgresql.org/docs/8.1/interactive/xfunc-sql.htmlhttp://www.postgresql.org/docs/8.1/static/plpgsql-cursors.htmlhttp://www.postgresql.org/docs/8.1/interactive/plperl-database.html