这里的特殊困难是正确获得分区和排序顺序: SELECT ea_month, id, amount, ea_year, circle_id , sum(amount) OVER (PARTITION BY circle_id ORDER BY…
確定! 回上一頁