i am working on a system that manages atm card stocks at a local bank. would like code that can parse through the db and give me number of cards received by the branch from the card producers and the number collected by the customers on each day between two specified dates. Fields in my db AccountNUm,DateReceived,DateCollected
Asked
Active
Viewed 35 times
-3
-
Example data and expected output please. – juergen d Apr 03 '14 at 10:20
-
output desired DATE RECEIVED COLLECTED BALANCE – user3493232 Apr 03 '14 at 10:21
-
Please add example data and exptected example output to your question, not just column names – juergen d Apr 03 '14 at 10:23
1 Answers
0
Connection to DB http://www.tutorialspoint.com/mysql/mysql-select-query.htm
Difference date How do I query between two dates using MySQL?
Use google =\ Question should be really closed.

Community
- 1
- 1

user1954544
- 1,619
- 5
- 26
- 53