analyze 在oracle里怎么用?# Database - 数据库
t*n
1 楼
在sql下输入,比如有个table 叫"country"
SQL> analyze table country compute statistics for table;
Table analyzed.
只显示出table analyzed,那结果在哪里? 如果compute exact statistics for all
relations in a certain query, 又该怎么弄.我GOOGLE了半天, 只知道analyze
command干吗用的,其他的一头雾水.有人可以解答下么?
SQL> analyze table country compute statistics for table;
Table analyzed.
只显示出table analyzed,那结果在哪里? 如果compute exact statistics for all
relations in a certain query, 又该怎么弄.我GOOGLE了半天, 只知道analyze
command干吗用的,其他的一头雾水.有人可以解答下么?