Skip to content

Instantly share code, notes, and snippets.

@kosarlukascz
Created February 6, 2020 06:53
Show Gist options
  • Save kosarlukascz/7df3586ea3f394f2697b942ce15efe61 to your computer and use it in GitHub Desktop.
Save kosarlukascz/7df3586ea3f394f2697b942ce15efe61 to your computer and use it in GitHub Desktop.
DELETE pm
FROM wp_postmeta pm
LEFT JOIN wp_posts wp ON wp.ID = pm.post_id
WHERE wp.ID IS NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment