I have a table with a booking date, booking start and end time and a room number. For example, Room A is booked between 10:00 and 11:00 on 12th April. I now need to find if a room is already booked out for the specified date and time. I thought I might build a Find Duplicates query and play around with the SQL, but it looks a bit tricky. Any other ideas?



