select * from table order by convert(columnName using gbk) asc  

注意:会导致全表扫描 
建立冗余字段,插入数据时字段为convert(column using gbk),在此字段上建立索引

参考https://blog.csdn.net/litterfrog/article/details/77074330

相关文章:

  • 2022-12-23
  • 2021-08-05
  • 2021-06-20
  • 2021-08-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-12-01
  • 2021-12-15
  • 2021-08-19
  • 2021-08-13
相关资源
相似解决方案