I am trying to use hints for the performance in 11i database
my hints to force scan by Index range - not working for to_date(creation_date) or trunc(creation_date). When I take out these functions (to_date or trunc) works just fine - scans as expected by creation_date but returning less rows. What would you do - to change for some other function or hint?
Thanks