摘要:
1、 普通索引create index my_index on test (col_1);可创建合并两列或多列的索引,最多可将32列合并在一个索引中(位图索引最多可合并30列)create index my_index on test (col_1,col_2);crate index my_ind... 阅读全文
posted @ 2014-04-19 11:52
future2012lg
阅读(421)
评论(0)
推荐(0)
浙公网安备 33010602011771号