php - How to select by time using doctrine 2? -


I have a table in my database that stores my event data, and I have the principle 2 I am using I need to select from the table which is all events between 9:00 am to 13:00, no matter to date How can I accomplish this? Note that I am not trying to compare dates. I did not find the answer to any question for which I am searching.

If you are using MySQL, I think that this


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -