0
我正在使用PostgreSQL。
我有一個表像下面:Postgres查詢以獲取數據datewise
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年中數量字段的也就是產品的明智之和):
product_id
QTY(current_year)
QTY(current year + last_year)
QTY_last2_years
QTY > 2 years