-
Bug
-
Resolution: Done
-
Critical
-
10.3.3
-
None
-
None
Normal select return 162175 rows:
select pa.ICUSessionID,11074, obr.DateTime, obr.varvalue, true, 15001866 from tv_retrieve_observrec obr join kd_matric.ExtrPatICUAdmissions epa on epa.PatientID = obr.admissionid join kd_matric.PatICUAdmissions pa on pa.ICUSessionID = epa.ICUSessionID and pa.BatchID < 1152 where obr.VariableID = 15001866;
count query return a count of 11573
select count(*) from tv_retrieve_observrec obr join kd_matric.ExtrPatICUAdmissions epa on epa.PatientID = obr.admissionid join kd_matric.PatICUAdmissions pa on pa.ICUSessionID = epa.ICUSessionID and pa.BatchID < 1152 where obr.VariableID = 15001866;
This was detected on a snapshot release of 10.3.3