(select * from tabella
where tipo=1 AND descrizione != ''
order by descrizione asc)
union
(select * from tabella
where tipo=1 AND descrizione = '')
union
(select * from tabella
where tipo=1 AND descrizione IS NULL)