hi guys! can you please give me some idea? i have this table:
id datefield counthits
1 dec 12, 2008 2323
2 nov 23, 2008 1234
3 oct 2, 2008 532
4 sep 5, 2008 3455
5 aug 12, 2008 3895
.
.
.
what i want is to return this recordset, the last 3 months:
datefield counthits
dec 2323
nov 1234
oct 532
any ideas is appreciated. thanx
id datefield counthits
1 dec 12, 2008 2323
2 nov 23, 2008 1234
3 oct 2, 2008 532
4 sep 5, 2008 3455
5 aug 12, 2008 3895
.
.
.
what i want is to return this recordset, the last 3 months:
datefield counthits
dec 2323
nov 1234
oct 532
any ideas is appreciated. thanx