Sobes.tech
Junior

Tabela z 1 kolumną: id --- 1 2 3 4 5 NULL NULL 1) Co zwróci funkcja w zapytaniu typu: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =