A little SQL problemo
Posted: Tue Nov 01, 2005 7:15 am
SELECT stamp FROM timecheck WHERE NOW() - 20 MINUTES > stamp.
I need to select all times (stamp field is TIMESTAMP) which are more than 20 minutes earlier than current time. I get MySQL syntax error. What is the problem?
I need to select all times (stamp field is TIMESTAMP) which are more than 20 minutes earlier than current time. I get MySQL syntax error. What is the problem?