sexevil 发表于 2016-11-14 06:28:06

DB2索引生效

  单个索引生效执行语句: 
  


runstats on table SCM_WULIU.PAR_PARCELINFO for indexes SMC_WULIU.INX_PARINFO_1
   单个表的所有索引生效执行语句:
  


runstats on table SCM_WULIU.PAR_PARCELINFO and index all
 
 
页: [1]
查看完整版本: DB2索引生效