Hi! I have two tables A and B where I in both tables have a function index (upper case) on a column. When I do a query like Select col1, col2 from A where upper(col_with_ucase_index) like 'ABC%' and I verify the execution plan it uses the upper case index on col_with_ucase_index when I run a query against table A.