In SQL, does 'A' = 'a'?
I took results that I downloaded using sql, the values in two columns matched but they were not supposed to. When I tried to look for a difference, the only difference were capitalized letters in the middle of the word.
Is there a way to make SQL case insensitive? For example THERE is equal to There which is also equal to there or thERE?