Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MySQL 来存储西里尔文和拉丁文字符串。我想在列表中显示所有这些字符串,按字母顺序排序。但是,它们目前是根据第一个字符排序的:
我希望西里尔字符排在拉丁字符之前。我怎样才能做到这一点?
为了保持效率,我认为最好的方法是创建自定义排序规则。