• If sorting on name for instance, I do the following

    SELECT ID, Name 
    
    FROM NameType
    ORDER BY (CASE WHEN Name IS NULL THEN 1 ELSE 0 END) ASC, Name ASC

    Far away is close at hand in the images of elsewhere.
    Anon.