I want to do the following from a table with 16000 records I would like to delete the duplicate record and keep the origional.
E.g
INV_NO REF_NO WT DATE
123 1234 20 19/12/80
123 1234 20 20/12/80
I have a table with the duplicates above but the dates are different, I woulkd like to delete the 2nd record with the later date. I need to do this to 16000, and turn the table into 8000 as half of them will still be needed.
Can anybody Help?
PAwel
E.g
INV_NO REF_NO WT DATE
123 1234 20 19/12/80
123 1234 20 20/12/80
I have a table with the duplicates above but the dates are different, I woulkd like to delete the 2nd record with the later date. I need to do this to 16000, and turn the table into 8000 as half of them will still be needed.
Can anybody Help?
PAwel