MySQL Forums
Forum List  »  Newbie

Re: Select between dates?
Posted by: Peter Brawley
Date: March 16, 2017 05:32AM

Then the query needs to be debugged, eg ...

1 what is the data type of the `day` column?

2 Study results of ...

select day, activity, day between date("2017-03-13 00:00:00") and date("2017-03-14 00:00:00")
from projects;

Options: ReplyQuote


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