Ah, ich glaube, ich habe es herausgefunden.
select a.*, sum(Amount) over (partition by Location, Product order by Date) as Running_Amt
from Example_Table a
Ah, ich glaube, ich habe es herausgefunden.
select a.*, sum(Amount) over (partition by Location, Product order by Date) as Running_Amt
from Example_Table a