2
votes
2answers
786 views
Finding the days of the week within a date range using oracle SQL
Suppose the following table structure:
Event:
id: integer
start_date: datetime
end_date: datetime
Is there a way to query all of the events that fall on a p …
