Delete duplicate rows from table(technoblogy.net)
submitted by
nauman1278(530) 2 years, 11 months ago
Suppose there is a table called "EmployeeTable" which have some duplicate records. There is a three way to delete the duplicate rows. First way to delete duplicate rows : Select distinct * into Emp_Temp_Table from EmployeeTable In the above line we are inserting all the distin
|category: ADO.NET
|Views: 39
tags:
ADO.NET Database another
Everyones tags:
Your Tags: