mysql table structure meta_id, post_id, meta_key, meta_value (WordPress posmeta table)
I want to find all duplicated rows in the meta_value table - but only where meta_key = _customer_user
I know how to find duplicates easily enough - but I can't figure out a way to filter them for just meta_key = _customer_user
Any ideas?
meta_key= '_customer_user' clause. There are other values in the meta_key table. I'm only interested in rows where meta_key = _customer_user - Ed Bloom