Hi All,
One of the table in my project Database contains Alphanumeric column.I converted all data in that column to upper case using To_UPPER() function.
I found that the query using that Table get slowed..?
Is making the content to upper case might be the performance issue ..?
Please help me.
Thanks!
One of the table in my project Database contains Alphanumeric column.I converted all data in that column to upper case using To_UPPER() function.
I found that the query using that Table get slowed..?
Is making the content to upper case might be the performance issue ..?
Please help me.
Thanks!
Comment