This is the complete archive for the temporal reasoning tag. [Show full posts]
Given a database table listing events and their date ranges: events { id, start_date, end_date, … }, where either or both of the dates can be null, how is one to find all of the events that fall within (even partially) a given date range? (This is pretty much what Kieran Benton asked on Stack [...]
[Keywords: code snippets, date ranges, Kieran Benton, MySQL, SQL, Stack Overflow, temporal reasoning, Work] [No comments] [Permanent link]