mysql 按照字段的长短倒序排序

select * from table1(表名) order by LENGTH(table1.name--字段名称) DESC