DISASSOCIATE STATISTICS FROM
{ COLUMNS [schema .] table . column [, [schema .] table . column]... 
| FUNCTIONS [schema .] function [, [schema .] function]...
| PACKAGES [schema .] package [, [schema .] package]...
| TYPES [schema .] type [, [schema .] type]...
| INDEXES [schema .] index [, [schema .] index]...
| INDEXTYPES [schema .] indextype [, [schema .] indextype]...
}
[FORCE];

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.