达梦数据库 sql查询按创建时间倒序

select * from table where CREATETIME IS NOT NULL order by CREATETIME desc  如果createtime有null 则查询结果有误

你可能感兴趣的:(达梦数据库 sql查询按创建时间倒序)