Thread
:
MySql query
View Single Post
06-15-2007, 03:00 PM
Alky
Confirmed User
Join Date: Apr 2002
Location: Houston
Posts: 5,651
select date_entered from data_table where date_entered < Date_Sub(now(),interval 10 day) group by date_entered
its something like that, it didn't test it though. date_entered is obviousley a column in your table holding date info.
Alky
View Public Profile
Find More Posts by Alky