Monday, August 18, 2008

[SQL] Select function with set return type

Hi all,

I am writing some functions with retrun type as a SETOF of a datatype that I have defined. How can I test them with a select statement.
Doing select my_function(); return set valued function called in context that cannot accept a set

Thanks to all

Nacef

No comments: