摘要:
想试验一下 index_combine这个hint,于是做了如下试验。 1.创建一个具有若干index的表 SQL> create table test as select object_id,object_type,status from dba_objects; Table created. SQL> create index tobject_id on test(object_id)... 阅读全文
posted @ 2016-07-19 10:50
myJoan
阅读(861)
评论(0)
推荐(0)