Index with trim function?
The application code currently have a right trim function for one of the field. So the query is pretty much doing full table scan all the time. Is there a way to build index for that field that will trim the field and hopefully make it doing a index scan? Gurus, please advice. Thank you very much.