SELECT events.title FROM events ORDER BY events.title DESC
I'm getting the proper ordering for all but a couple events at the end of my table.
The encoding on the title table is utf8_general_ci. I've tried retyping the the title, hoping it was using some weird russian characters I couldn't see, but it still appears in the wrong order.
Suggestions?
Thanks