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

Thread: Delete Statistics

  1. #1
    Join Date
    Oct 2000
    Posts
    56
    Hi all!

    What is the syntax for deleting statistics in table..

    From Analyze table scott.emp compute statistics;

    also, is there anything special i have to do to delete those statistics...

    Thanks!

  2. #2
    Join Date
    Nov 1999
    Location
    Elbert, Colorado, USA
    Posts
    81
    In checking the SQL reference manual (which you should have),
    ANALYZE TABLE my_table DELETE STATISTICS;

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