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
Dot net, Azure Cloud, Devops, Deployment, information,Interview Preparation,helping, Resume preparation
No comments:
Post a Comment