[email protected]> create table xyz (x char(1));
Table created.
[email protected]> declare
2 mySQL varchar2(222);
3 begin
4 mySQL := 'drop table xyz';
5 execute immediate mySQL;
6 end;
7 /
PL/SQL procedure successfully completed.
|
Results 1 to 6 of 6
Thread: Partitioned tableThreaded View
|
Click Here to Expand Forum to Full Width |