Information
Showing posts with label
Remove Duplicate Rows from table
.
Show all posts
Showing posts with label
Remove Duplicate Rows from table
.
Show all posts
Friday, October 19, 2012
Remove Duplicate Data from Sql-server 2005
›
First Declare a temp table DECLARE @table Table(column1 INT, Column2 INT, total int) insert duplicate data to temp table insert INTO...
›
Home
View web version