Hi,
I have collected data from SQL Query where there are duplicate records. The PO Number is the same, as is the Vendor Number, however, the date is different.
I want SQL Query to look at these records, and pick the one with the most present date. I assume I need some sort of IF statement in the query, however, cannot get my head around how to do this - can anyone help?
Laura
I have collected data from SQL Query where there are duplicate records. The PO Number is the same, as is the Vendor Number, however, the date is different.
I want SQL Query to look at these records, and pick the one with the most present date. I assume I need some sort of IF statement in the query, however, cannot get my head around how to do this - can anyone help?
Laura