select * from table1 order by case Language when null then 1 else 0 end, Language
无论我使用哪种方式,它总是首先显示空值.是否有一种标准方法允许非空值采用排序优先级?
多谢你们
sqlite null
null ×1
sqlite ×1