The table on the left has a date time field. The table on the right has a date time field. I can join the two where those fields are equal. In other words, return records from right table which match the date time of the left table.
How do I return records from the right table which are equal to or within six hours prior to the left table?
How do I return records from the right table which are equal to or within six hours prior to the left table?