select duplicate data from mysql table


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. select count(one) as rept, one from data8 group by one having rept > 1

URL: http://www.tutorialspoint.com/mysql/mysql-handling-duplicates.htm

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.