Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
仅供内部使用。将统计信息装载到 ISYSCOLSTAT 系统表中。dbunload 实用程序使用此语句从旧数据库中卸载列统计信息。不得手动使用此语句。
LOAD STATISTICS [ [ owner.]table-name.]column-name format-id, density, max-steps, actual-steps, step-values, frequencies
format-id 内部字段,用于确定 ISYSCOLSTAT 系统表中其余行的格式。
density 估计的列的单值加权平均选择性,不计算存储在行中的单值选择性大的选择性。
max-steps 直方图中允许的最大梯级数。
actual-steps 此时实际使用的梯级数。
step-values 直方图梯级的界限值。
frequencies 直方图梯级的选择性。
DBA 特权
无。
SQL/2008 服务商扩充。