For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
Is there a way to make the select query faster without creating index on the column , table something like this
select * from T1 where col_1 = to_date(01-01-1988,'DD-MON-YYYY');
T1 has millions of records