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