Sobes.tech
Junior

Tabella con 1 colonna: id --- 1 2 3 4 5 NULL NULL 1) Cosa restituirà la funzione in una query del tipo: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =