I have a table like this tblData (month int,Qty int)
and i am inserting three rows in this table
1.tblData Values (1,100)
2.tblData Values (2,200)
3.tblData Values (3,300)
The Result I want is the Running total of the field Qty
that is 1 100 100
2 200 300
3 300 600
What is the Query for that ?
Answer Posted / bibinsami3
i Will give 3 pts to them who find the answer with out
reffering any Documets.. :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is data in mysql?
How do you know if your mysql server is alive?
What is the role of a limit in a mysql query?
What is mysql gpl?
Can mongodb replace mysql?
Explain triggers and stored procedures?
How do I start and stop mysql on windows?
What is the default port for MySQL Server?
What is mysql slow query?
How do I run mysql?
Explain the difference between procedure and function in mysql?
How many tables we can create in mysql database?
How to delete the repeated records from a table?
Can you tell the difference between $message and $$message?