Forum Moderators: open
but with mysql it seems to be harder
i have a column that records the date/time of the insert in the format
clickdate: 2006-03-01 15:03:59
i'm trying to retrieve records only inserted in the last week
SELECT yadda WHERE clickdate>=(CURRENT_DATE()-7)
this doesn't do it,
how do i? gnash gnash