select * from c_data_01 t where data_id = '01030040001' and
c_time >= to_date('2013-3-15 0:00:00','yyyy-mm-dd hh24:mi:ss') and
c_time < to_date('2013-3-16 00:00:00','yyyy-mm-dd hh24:mi:ss')
在PL/SQL Developer中的执行计划为:
求执行计划的解释,特别是为什么partition hash single 在 partition range single 前面?