SUM ROW w SQL
SELECT SUM(column_name) FROM table_name
Md Sahhin Reza
SELECT SUM(column_name) FROM table_name