MySQL Forums
Forum List  »  Newbie

Re: Select between dates?
Posted by: Macamba .
Date: March 16, 2017 04:29AM

Thanks. It seems to work, but I got an empty result set back.

FWIW, the query is now:
SELECT `day`,`activity`, SUM(`worked_time`) 
FROM `projects` 
WHERE (`day` BETWEEN CAST("2017-03-13 00:00:00" AS DATE) AND CAST("2016-03-14 00:00:00" AS DATE) ) GROUP BY `day`, `activity` 

MySQL gave back an empty result set (0 rows)

The reply is translated from Dutch. Hope it makes sense.

Options: ReplyQuote


Subject
Written By
Posted
March 14, 2017 08:09AM
March 14, 2017 09:17AM
Re: Select between dates?
March 16, 2017 04:29AM
March 16, 2017 05:32AM
March 16, 2017 09:49AM
March 16, 2017 10:22AM
March 17, 2017 04:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.