Hello all,
I am comparing two dates in sql and it seems to be missing some records.
the statement i am running is:
select next_insp_date_Fw, last_insp_date_Fw, archive_status_Fw, insp_description_Fw, getdate()
from user_defined19_fw
where vehicle_id_fw = '1105' and next_insp_date_fw <=...