12-11-2009, 10:27 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jul 2009
Posts: 80
Thanks: 13
|
Show data from the last status = R
Hi I was wondering if anyone can help me, I need to be able to get information from my MYSQL database but only show the data that was added since the last status = R
for e.g.
Amount | Status
0.00 | R
1.90 | 0
1.40 | 0
0.00 | R
0.50 | 0
What I want it to show is 0.50
|
|
|
|