Find how many repeated(duplicate) rows in table
---------------------------------------------------------
select stdname,count(stdname) from tablename group by stdname having count(*) > 1
---------------------------------------------------------
select stdname,count(stdname) from tablename group by stdname having count(*) > 1
nice da continue to write a blog da
ReplyDeletesuperp explanation..
ReplyDelete