79810623

Date: 2025-11-05 21:30:20
Score: 1
Natty:
Report link

SUM(COALESCE(value, 0)) replaces each NULL value before summing.
COALESCE(SUM(value), 0) makes the final result 0 if result is NULL.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pranjal Choladhara