Try the following:
SELECT SUM(YourColumn) as Sum
FROM YourTable
5
solved Select a column and add its amount with other rows [closed]
Try the following:
SELECT SUM(YourColumn) as Sum
FROM YourTable
5
solved Select a column and add its amount with other rows [closed]