Hi good morning 
I need to remove registers with an old version (products). But depends on each device. Here an example:
The results should be like:
One product for each device will be removed because the versions are older. So that's what i want.
Kind regards

I need to remove registers with an old version (products). But depends on each device. Here an example:
DEVICE_NAME | PRODUCT_NAME |
A11234 | Microsoft Project Professional 2019 |
A11234 | Microsoft Project Professional 2010 |
A11234 | Microsoft Visual Studio Standard 2013 |
B56776 | Microsoft Visio Professional 2018 |
B56776 | Microsoft Visio Standard 2012 |
B56776 | Microsoft Visio Standard 2016 |
The results should be like:
| PRODUCT_NAME | |
A11234 | Microsoft Project Professional 2019 | |
A11234 | Microsoft Visual Studio Standard 2013 | |
B56776 | Microsoft Visio Professional 2018 | |
B56776 | Microsoft Visio Standard 2016 |
One product for each device will be removed because the versions are older. So that's what i want.
Kind regards