I have select which do not bring me (fully) expected results
from Job d,
SENSORS_JOBHANDLE s
where s.TimeStamp BETWEEN d.JOB_StartAllocDateTime and d.JOB_EndAllocDateTime
in certain cases resulted output of this select has missed records. Job table has a job id with start and end time and also SENSORS_JOBHANDLE has a record for the selected time range.
how to adjust and what could be a reason for missed records?