chinnashara
Technical User
Can some one help me in figuring out the duplicate entries based on the below requirements.
I have a table with have a field for machine name
I have a table for the serial number for these machine names
I have a table for the date registered field for these machines.
As we can have many machines with the duplicate serial numbers, we need to figure out those machines with the duplicate serial numbers and having the oldest date registered.
EX: Machine Name Serial Number Date registered
Machine1 Ma1SNO1 31-11-07
Machine2 Ma1SNO1 20-11-07
Machine3 MA3SNO3 13-12-07
Machine5 MA4SNO4 14-9-07
Now, even Machine1 and Machine2 have the same serial number I need only the machine2 as it contains the oldest Date Registered
Please help me
Thanks in Advance
I have a table with have a field for machine name
I have a table for the serial number for these machine names
I have a table for the date registered field for these machines.
As we can have many machines with the duplicate serial numbers, we need to figure out those machines with the duplicate serial numbers and having the oldest date registered.
EX: Machine Name Serial Number Date registered
Machine1 Ma1SNO1 31-11-07
Machine2 Ma1SNO1 20-11-07
Machine3 MA3SNO3 13-12-07
Machine5 MA4SNO4 14-9-07
Now, even Machine1 and Machine2 have the same serial number I need only the machine2 as it contains the oldest Date Registered
Please help me
Thanks in Advance