MySQL ORDER BY 加条件

-- 优先排序id=15的 ,然后排序创建时间ORDER BY id=15 DESC,create_time DESC;

-- 优先排序id=15的 ,然后排序创建时间
ORDER BY id=15 DESC,create_time DESC;