{"message":"Comentario","version":12,"release":1,"haveIssueWithVersion":false,"tickets":["ITDES-12234"]}

This commit is contained in:
null
2025-07-22 12:23:47 +00:00
committed by root
parent e03f11cb4c
commit cecc91c08a

View File

@@ -21,6 +21,7 @@ BEGIN
p_promedio := l_suma / l_contador;
ELSE
p_promedio := NULL;
// Comentario
END IF;
END calcular_promedio;
/