Ver originalSELECT (SELECT SUM((COALESCE(nota1,nota2)+COALESCE(nota2,nota1))/2) FROM tablanotas)/COUNT(*) FROM tablanotas;