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 Tables from database
Remove all User-defined Stored Procedures
pointer-events
Delete All Store Procedure and View , Triggers Query
Remove all Views
Constant dropdownlist
Remove all Triggers
how to Get Record from Database in Search Dropdownlist (select.min.js)
Write a script given below generate sql server database backup using command prompt ?
input File Validation Max Size Upload 3 MB
Facebook Page
Templateclue
Recent Comments
No comments :
Post a Comment