Oracle
 sql >> Database >  >> RDS >> Oracle

Totale parziale per gruppo SQL (Oracle)

Ah, penso di averlo capito.

select a.*, sum(Amount) over (partition by Location, Product order by Date) as Running_Amt
from Example_Table a