Duplicate entries in the postmeta table
-
When executing underneath query I’ve noticed duplicate entries with exactly the same meta_value. How can I safely remove those duplicate entries ?
SELECT *,length(meta_value) FROM
dtuw_postmeta` where meta_key = ‘_elementor_controls_usage’ and meta_value like ‘a:9%’ order by length(meta_value) desc
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Duplicate entries in the postmeta table’ is closed to new replies.