Can I do a truncate table using PL/SQL?
Hello,I would like to 'truncate table ....' into a pl/sql code.
I have tried using 'EXECUTE IMMEDIATE 'truncate table xxxx' but it doesn't work.
Is there any way to do it?
thaks in advance..
I have tried using 'EXECUTE IMMEDIATE 'truncate table xxxx' but it doesn't work.
Is there any way to do it?
thaks in advance..
1