I have two tables City and CityCommunity in City table one column contain cityName like this
cityName = 'ABC'
And in CityCommunity table we have same column cityName but value of this columnName is something like this
cityName = 'abc'
Will it effect in query when we will run a Join query. In my case when I am joining these two table in the above case when both cityName same but only difference is case sensitive will it effect query to run