select * from datetimes where dtm >= cast((now()) as date) and dtm < cast((now() + interval 1 day) as date) ;