I know this should be simple but i can't figure it out for the life of me
I'm trying to do an SQL statement with a date comparison.
basically.
SELECT * FROM ICE_TIME WHERE START_DATE > TODAY
the database is a MYSQL database and START_DATE is a DATETIME field