I want to select and then delete a list of entries in my tables that have case-insensitive duplications.
In other words, there are these rows that are unique... ..but they're not unique if you ignore case factor in case. They got in while I wasn't watching.
So how can I select against the column to find the ids that I should delete? (I'm fine with deleting both duplications).
simple sample column structure:
player_id | uname
------------------
34 | BOB
544 | bob
etc...