hello all,
declare
begin
execute immediate ('create table temp as select * from emp where emp_name='ABC'
')
;
end
but it can't work.
can anyone correct me
regards,
Ash
|
Results 1 to 4 of 4
Thread: execute immediateThreaded View
|
Click Here to Expand Forum to Full Width |