HI ALL
i hve one table for ex.
with this field : ID , manufacture , Price
with this data : 1 3 100
2 2 300
2 12 40
2 7 80
2 1 500
can any way without stordedprocedure do below (i need add some of price from first to current :
with this field : ID , manufacture , Price sumofprice
with this data : 1 3 100 100
2 2 300 400
2 12 40 440
2 7 80 520
2 1 500 1020
....
can do without stored procedure ?
i hve one table for ex.
with this field : ID , manufacture , Price
with this data : 1 3 100
2 2 300
2 12 40
2 7 80
2 1 500
can any way without stordedprocedure do below (i need add some of price from first to current :
with this field : ID , manufacture , Price sumofprice
with this data : 1 3 100 100
2 2 300 400
2 12 40 440
2 7 80 520
2 1 500 1020
....
can do without stored procedure ?