Hi,
I have my table which is daily partitioned.
When I execute the select query with date as a parameter, for the case 1 (given below) the partition count is 1 where as the partition count is 50 (all the partitions) for the case 2.
case 1. where DT='2011-08-22'
case 2. where RPT_DT={d '2011-08-22'}
If you have come across the scenario, pls help me with the reasons why case 2 fails to use the curresponding partition.
Smitha