I\'ve got a question regarding a SQL-select-query: The table contains several columns, one of which is an Integer-column called \"size\" - the task I\'m trying to perform is
SELECT SUM(size) AS overallSize FROM table WHERE bla = 5;