MySQL Forums
Forum List  »  Newbie

Select between dates?
Posted by: Macamba .
Date: March 14, 2017 08:09AM

I am surely a newbee. I have the following statement, with error message:
SELECT `day`,`activity`, SUM(`worked_time`) 
FROM `projects` 
WHERE (`day` BETWEEN CAST(`2017-03-13 00:00:00` AS DATE) 
                 AND CAST(`2016-03-143 00:00:00` AS DATE) )
GROUP BY `day`, `activity`;

#1054 - Unknown column '2017-03-13 00:00:00' in where clause

'2017-03-13 00:00:00' is not a column. 'day' is the column name.

Options: ReplyQuote


Subject
Written By
Posted
Select between dates?
March 14, 2017 08:09AM
March 14, 2017 09:17AM
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.