In a procedure, cannot just use the command truncate table right? There will be an error.
create procedure abc as
begin
truncate table a;
end;
/
|
Results 1 to 9 of 9
Thread: truncate privsThreaded View
|
Click Here to Expand Forum to Full Width |