select count(sutun1) from tablo where sutun2 is null
select count(sutun1) from tablo where LENGTH(sutun2) = 0 or sutun2 is null;