Hello,
I have a table containing a calendar. Dates are stored in date format.
How do i select * where date > date()???
I'm used to asp/access, but got fed up with it, and am trying to rewrite som sites...
Thanx Skaastrup
RTM? 🙂
SELECT * FROM table WHERE date> 'your_date_here'
read the mysql manual for more info on how to work ith dates, it's all in there.
A forum, a FAQ, what else do you need?
Much easier asking you, thanx. Worked out great.