My MYSQL database contains some fields which contains duplicate entries. I want to view all those rows which contains same data. Is there a query for this.
My MYSQL database contains some fields which contains duplicate entries. I want to view
Share
If
mycolumnis the column that has duplicate data, you need to use the following: