在SQL Server上的SUM查询

时间:2017-06-13 04:14:51

标签: sql sql-server

我是新手,我很困惑怎么做总和查询。这是我的疑问:

enter image description here

这是我查询的输出:

enter image description here

我想要的只是按月累积我的演出场地..

我已经创建了总和查询,但我只能通过我的查询得到错误代码:(((..

这里是我的总和查询:

SUM(IF( YEAR(PO_HARI) = 2016, PRESENTASE_SATUAN, 0)) AS TOTAL_JANUARY

我还添加了TOTAL_JANUARY group_by,但没有用。

谢谢你的关注。

2 个答案:

答案 0 :(得分:0)

如果您正在使用sql server management studio,请尝试使用:::

select sum(presentase) from tablename
group by month(PO_HARI)
--here i am assuming that "presentase" is a summable field and 'po_hari' is a date column

答案 1 :(得分:0)

试试这个

require('module')

你可以将'and year(po_date)= 2016'添加到条款中,如果你只需要2016年