想将图中数据按照最右一列的数字降序排序,请问如何在软件内进行设置?
执行sql语句查询,select * from [1] order by [number of hits] desc
字段类型是字符串的吧?改为int类型即可。