Below is the sample data extract i have. And i wanted to delete the duplicate row (last one in this example) as below. I was wondering how can i easily fetch this without that extra record in select query
ID YEAR CNT VOLUME INT_VOLUME RATE INT_RATE GM GM_RCNT 545 2016 12 5508 5508 1604 1604 0.71 NULL 545 2017 5 1138 2731 824 1977 0.28 -50.42 545 2018 NULL NULL -45 2351 NULL NULL NULL 626 2016 12 679862 679862 252693 252693 0.63 NULL 626 2017 12 705365 705365 282498 282498 0.6 3.75 626 2018 12 707472 707472 291762 291762 0.59 0.3 626 2018 NULL NULL 711372 NULL 295186 NULL NULL --Filter such rows in select