i want to keep yellow underlined entry and delete the remaining entries. i mean keep first created entry only ,
Loading
i want to keep yellow underlined entry and delete the remaining entries. i mean keep first created entry only ,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Nov 25, 2022, 5:09 AM
Try this
For more details check the link
https://www.c-sharpcorner.com/article/different-ways-to-find-and-delete-duplicate-rows-from-a-table-in-sql-server/
Jignesh KumarPosted Nov 25, 2022, 4:13 AM
Hello Lejo,
Please refer this one which will help you out to delete duplicate records,
https://www.c-sharpcorner.com/blogs/delete-duplicate-rows-in-sql
https://www.c-sharpcorner.com/article/different-ways-to-find-and-delete-duplicate-rows-from-a-table-in-sql-server/
Aravind GovindarajPosted Nov 24, 2022, 3:39 PM
You can do with the help of CTE option. please find the link for reference
https://www.c-sharpcorner.com/blogs/delete-duplicate-record-from-sql-data-table-using-cte