Hello!
It is necessary to choose values for some dates, how to do this I know, but there is one problem that does not work to solve.
My table in MySQL:
[User]. [Wins]. [DATE]
#
Ivan ....... 4 ..... 05/06/2010
#
Ivan ....... 3 ..... 06/15/2010
#
Ivan ........ 6 ..... 06/18/2010
#
Ivan ........ 1 ..... 29/06/2010
The problem is that if the user has not visited the site, a row in the database is not created and missed the date obtained.
How do I get a statistics (such Wins 0) such as the period from 06/06/2010 to 06/14/2010? Help make a make this query.