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 do you create a table in mysql workbench?
Why use mysql procedures?
What language does mysql use?
What are the features of mysql?
What is a longblob?
how to connect a php script with the mysql database?
What is difference between unix timestamp and mysql timestamp?
How to execute mysql query in php?
What is pdo in mysql?
What is the function of mysqldump?
How do you determine the location of mysql data directory?
What is innodb_buffer_pool_size?
How do I create a new database in mysql?
How many rows can mysql hold?
Can mysql handle billions of records?