Reference Manual
CHAPTER 9. SQL Statements
To reset optimizer statistics.
DROP OPTIMIZER STATISTICS
Must have DBA authority.
None.
The DROP OPTIMIZER STATISTICS statement resets optimizer statistics. The query optimizer maintains statistics as it evaluates queries, and uses these statistics to make better decisions when optimizing subsequent queries. These statistics are stored permanently in the database. The DROP OPTIMIZER STATISTICS statement resets these statistics to default values. This statement is most useful when first learning about the optimizer. It can help you understand the process used by the optimizer.
SQL/92 Vendor extension
Sybase Not supported by Adaptive Server Enterprise.