34,873
社区成员
发帖
与我相关
我的任务
分享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),datetimesorder by (case when Autherinfoname is null then 1 else 0 end),datetimes