Sobes.tech
Junior

Tabela com 1 coluna: id --- 1 2 3 4 5 NULL NULL 1) O que a função retornará numa consulta do tipo: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =