oracle 空值排序,排在最前面或者最后面 1,排在最前面用order by name nulls first;(name是字段名) eg:select t.name,t.code from table t where t.co ...