The SUM() aggregate function takes the name of a column as an argument and returns the sum of all the value in that column. SELECT SUM(salary) FROM ...
確定! 回上一頁