34,838
社区成员




select * from 表A
order by (case when Autherinfoname is null then 1 else 0 end),datetimes
select * from 表A
order by (case when Autherinfoname is null or Autherinfoname='' then 1 else 0 end),datetimes
order by (case when Autherinfoname is null then 1 else 0 end),datetimes