mysql order by desc null terakhir

SELECT * FROM user 

ORDER BY COALESCE(name, 'zz') DESC
Leonardo Dal Ronco