My SQL Queries contain lots of ltrim() , rtrim() , substring() etc conversion functions...They are significantly impacting query performance... Please answer my following queries :
- How to minimize usage of conversion functions in my queries?
- What are the possible alternatives instead of conversion functions that could be used in queries ?
- will the alternatives significantly improve my query performance ?
...please guide me