Použijte count(*) :
select count(*) from train where "column" is NULL;
count() s jakýmkoli jiným argumentem počítá hodnoty jiné než NULL, takže pokud "column" nejsou žádné je NULL .
Použijte count(*) :
select count(*) from train where "column" is NULL;
count() s jakýmkoli jiným argumentem počítá hodnoty jiné než NULL, takže pokud "column" nejsou žádné je NULL .