MySQL Order by Desc Null Last

SELECT * FROM user 

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