Loading

Sunday, April 17, 2005

MySQL get last 24 hours example SQL

select count(*) as cnt from log where date >= DATE_SUB(CURDATE(),INTERVAL 1 DAY);

SHARE TWEET

Thank you for reading this article MySQL get last 24 hours example SQL With URL http://x-tutorials.blogspot.com/2005/04/mysql-get-last-24-hours-example-sql.html. Also a time to read the other articles.

0 comments:

Write your comment for this article MySQL get last 24 hours example SQL above!