below query returns the rows duplicate firstnames in student table
select firstname, count(firstname) as cnt from student group by firstname having cnt>1
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
below query returns the rows
Thu, 08/19/2010 - 15:34 — Anonymousbelow query returns the rows duplicate firstnames in student table
select firstname, count(firstname) as cnt from student group by firstname having cnt>1