Hi
I have a function that returns a cursor. These functions are used in our reporting tool, is there any way to give the returned cursor column headings.
Below in stead of (expression) rather name
E.g.
execute function fn_rpl_style( 2005, 'W', 101, 999, 12, 31, 35, 1 ) ;
returns
(expression) (expression) (expression)
------------ --------------- -------------------
350 4355 45656421
350 4355 45656421
350 4355 45656421
Thanks All