Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
11 February 2014
Delete duplicate records from the table in SQL Server
delete
from
testtable
where
id
not
in
(
select
min
(
id
)
from
testtable
group
by
dept
,
name
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment