Hi,
I want to extract the value from a select statement into a variable, the variable been declared in a function.
Example :-
statement:='select 2 from dummy'
EXEC statement into v_variable ;-- this statement wouldnt work.
Requesting for help
Thanks,
Athrey