Finding duplicate fields - MySQL

admin

Administrator
Staff member
I have a table with about 6 columns, one of which is first_name, and another of which is last_name.

I am trying to pull out any records that have the same first_name and last_name column values.

Can anyone help me with a query that would do this? I know this should be simple, but I am at a loss!

Thanks!!
 
Back
Top