i have situation that has one of column data has mixed case in one table. so that join would skip that data.
other table column's all lower case.
I want to capture the data if i can lower the data case, but i can't do it on physical layer or I have to do it from database side.
I want to keep original data but for the join i want to use it all lower case.
Any idea?