DBAsupport.com Forums - Powered by vBulletin
Results 1 to 9 of 9

Thread: truncate privs

Threaded View

  1. #7
    Join Date
    Jan 2000
    Posts
    387
    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;
    /
    Last edited by mooks; 10-23-2002 at 05:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width