I need to join the tables based on the date so that the FiO2 value will value between to date/time without changing the number of registers of SatO2 table. This way:
Patient ID Date SatO2 FiO2
1234 05/10 10:00:00 98 21
1234 05/10 10:00:30 98 21
1234 05/10 10:01:00 97 21
......
1234 05/10 11:00:00 99 25
I am stucked to join the two tables without a complete FK