Sorry if this has been asked before. I tried looking through the related questions and didn't find anything that I thought was relevant.
Anywho, I would like to build a query that will pull the number of rows that were created on a given date range and time frame. In other words. the date range would be for a given month, but I only want the rows that were created during a given time (say from 08:00 - 17:00) for each day throughout that month.
Is this easily possible? I was thinking subqueries for each day, but didn't know if there was an easier way.
TYIA