SQL SUM dari catatan yang sama

SELECT Pres_name,
   SUM(Nr_children) AS nr_cnt
FROM PRES_MARRIAGE
GROUP BY Pres_name;
hibari kyoya