Hello,
I have table with string primary key column. I want create index on primary key and another column.
Better solution(in respect of performance) will be create index using upper like
ON TABLE (UPPER("ID"), ANOTHER_COLUMN)
or without UPPER
?
Best regards,
m.