ORDER BY IFNULL(update_time,create_time) DESC
IFNULL(expr1,expr2)
如果 expr1 不是 NULL,IFNULL() 返回 expr1,否则它返回 expr2