<pre name="code" class="html">A、不存在到期日期的数据,按照“封闭期满日”正序排列在页面最前面;
B、存在到期日期的数据,正序排列,在没有到期日期的数据的下面。
order by expireDate nulls first ,closeDate
select * from dictionary t order by case when t.type_code ='1007' then 1 when t.type_code='1000' then 2 end ;