Support

Account

Home Forums General Issues Delete postmeta after delete revisions Reply To: Delete postmeta after delete revisions

  • Have anyone deleted the post_meta files from my custom fields that are without post_id?
    Is dangerous?
    SELECT * FROM wp_postmeta pm LEFT JOIN wp_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL

    is there any query to make that?