I want to remove the duplicate records from my table and want to have just one copy of that duplicate row.
I searched for the solutions, but all the solutions involves table columns, which I can not use.
Actually, I have tables having more than 800 columns, so obviously I can not use column names into query.
I know we can use DISTINCT but is there any solution for this wihtout using DISTINCT?
Please help me out!