我正在使用 PostgreSQL。
我有一个如下表:
ID product_id Date Qty
-----------------------------------
1 12 2008-06-02 50
2 3 2008-07-12 5
3 12 2009-02-10 25
4 10 2012-11-01 22
5 2 2011-03-25 7
现在我想要如下结果(即过去 4 年 qty 字段的产品明智总和):
product_id
QTY(current_year)
QTY( current year + last_year)
QTY_last2_years
QTY > 2 years