select * from tableName order by vis desc select * from tableName order by vis desc nulls lastorder by (case sortCol when null then ’0’ else sortCol end)nulls first:将 null 排在最前面。如:select * from tableName order by sortCol nulls firstnulls last:将 null 排在最后面。如:select * from tableName order by sortCol nulls last