查询语句如下:select (select c.dict_name from t_sym_dict c where c.dict_typeid = ‘SYM_CITYINFO‘ and c.dict_id = t.memo) 分公司, t.staff_id 工号 from t_sym_operlog t where t.operlog_subtype = ‘103‘ and t.obj_type = ‘CUSTLINKINFO‘ and t.memo = ‘200‘ -- and t.extsys_code = ‘‘ -- and t.staff_id = ‘‘ and t.oper_date >= to_date(‘20110501000000‘, ‘yyyymmddhh24miss‘) and t.oper_date <= to_date(‘20110530000000‘, ‘yyyymmddhh24miss‘) -- order by t.memo, t.oper_date然后就出现了如下奇怪的现象(索引的创建没有问题)1、索引使用正常