This is my SQL:
(CURDATE() - FROM_UNIXTIME(timeaccess,'%Y-%m-%d') ) AS days_since_last_access
How do I cast or convert the days_since_last_access computed field to an int.
thanks
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.
Your question does not make sense. What do you want to do? If you just want the number of days between the two dates you can use DATEDIFF –