I’ve set up a timestamp field with extra set to ON UPDATE CURRENT_TIMESTAMP.
It works but I have a question:
I’d like to check for all records which are older than today – how would I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could also use date_sub to make it easier