La somme de fonction (texte) n'existe pas de postgres
SELECT SUM(text::int)
FROM yourTable;
Homemadesteam58
SELECT SUM(text::int)
FROM yourTable;