My Learnings
Tuesday, November 21, 2017
Find all duplicates in table
//uniqueid is columns with duplicate
select count(uniqueid) as t,uniqueID from companydetails group by
uniqueid having count(uniqueid)>1 order by t desc
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment