Is it possible to query on just the time portion of a timestamp or datetime type? For example, across 10 days, query only timestamps where the time portion is between 09:30:00 and 16:00:00, even though there are multiple different dates? I could do this on a day-by-day basis obviously by changing the date, but across a 10 day span, I'm not sure how to do that without something that can split out just the time from the full timestamp.