I have a table that has a column \"Created\" as a datetime.
I\'m trying to query to check if the time for the Created value is between two times.
The Created
select * from MyTable where CAST(Created as time) not between '07:00' and '22:59:59 997'