DISTINCT – Not as Sensitive as You Think
If you’ve ever used DISTINCT in a mysql query, you’ll want to pay very close attention to what I am going to say next. It is not case-sensitive. “This” and “this” are equal, and it will only return one of them. When you’re hashing strings, these two strings produce different…