Select log lines from today in mysql

Posted by ripper234 on Stack Overflow See other posts from Stack Overflow or by ripper234
Published on 2010-06-03T11:30:00Z Indexed on 2010/06/03 11:34 UTC
Read the original article Hit count: 136

Filed under:

I never remember how to do this properly - can you help me fix this query?

SELECT * from log where now() - EventTime < '1 day'

Note - this question seems identical but there's no solution there for mysql.

© Stack Overflow or respective owner

Related posts about mysql