1.How to Find Duplicate Records in Table ?
Select ColumnName From TableName
group by ColumName
having count(ColumName)>1
order by ColumName
Select ColumnName From TableName
group by ColumName
having count(ColumName)>1
order by ColumName
All the tutorials of Dot net, AI, Azure Cloud, Devops, Deployment, information, Interview Preparation, Helping, Resume Preparation, Design Patterns, Sql Server, Micro Services , EDD , DDD, TDD, IT, Software Developement, Team Lead, Tech Lead, Dotnet Architect, UML. Angular , Type Script , Dockers, Kubernetes , Load Balancer, AI Gate Way, Queue , Topic , Azure Service Bus.
No comments:
Post a Comment