sql clarification

Posted by JPro on Stack Overflow See other posts from Stack Overflow or by JPro
Published on 2010-05-11T10:07:07Z Indexed on 2010/05/11 10:14 UTC
Read the original article Hit count: 128

Filed under:

Can anyone please clarify what this query will return ?

SELECT TestCase FROM MyTable  WHERE Verdict = 'PASS' AND 
StartTime > DATE_SUB(NOW(), INTERVAL 2 MONTH)

© Stack Overflow or respective owner

Related posts about mysql