Home -> Community -> Mailing Lists -> Oracle-L -> Re: truncate table
Try this in PL/SQL:
execute immediate 'truncate table xxx.yyyy';
Original text of this message