Salve a tutti!

devo fare una query di questo tipo:
codice:
select * from tabella 
where campo is null
having campo is null

group by campox
order by campox
problema : se metto il group by s'arrabbia con l'having.

E' possibile inserire in una query sia l'having sia il group?