here is another one that i got after posting
declare
i number(10);
begin
execute immediate 'select twice(7) from dual' into i;
end;
/
|
Results 1 to 3 of 3
Thread: Calling function in Dynamic sqlThreaded View
|
Click Here to Expand Forum to Full Width |