I have a table for time off requests with a start date and end date. I want to display the records between start date and end date that match only today. Is there a way to display today's records only between a date range?
I then need to do the same thing in a separate sql query for tomorrow.