Sorry, your browser does not support JavaScript!
B M SOLUTION
Home
Technology
Asp.Net
MVC
DropDown Sub Item 1
DropDown Sub Item 2
DropDown Sub Item 3
SQL
C#
HTML
CSS
Buy Now
Home
/ /
Delete Duplicate Data in Sql server query syntex
Delete Duplicate Data in Sql server query syntex
javed
04:23
0
DELETE FROM [Waqf_User_Registration]
WHERE Code NOT IN
(
SELECT MAX(Code) AS MaxRecordID
FROM [Waqf_User_Registration]
GROUP BY [UserId]
);
Delete Duplicate Data in Sql server query syntex
javed
04:23
You might also like
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Popular Posts
Remove all Views
Remove all Tables from database
Remove all User-defined Stored Procedures
Delete All Store Procedure and View , Triggers Query
pointer-events
Remove all Triggers
First Name Split Query into First Name , Middle Name or Last Name
how to hide Mobile No formula in Crystal Report
How to use Html Table Searching , Pagination
Facebook Page
Templateclue
Recent Comments
No comments :
Post a Comment