Let's say I have the below records what i want to do is select the records based on their time of day independent of month, year or day. In short " select all records between 12:00 and 14:00" and it should return me A and D. How can I do that?
A 2012-10-24 12:00:00
B 2012-13-25 03:00:00
C 2012-12-25 20:00:00
D 2012-16-26 14:00:00