How to delete old entries from XXX_cf7dbplugin_submits table?
-
Hello,
I notice my xxx_cf7dbplugin_submits table is >100mb and I think it would be better to delete old CF7 entries. For example all entries before 1 jan 2016.
so i tried this sql without any success
> DELETE FROM
wp_cf7dbplugin_submits
WHERE from_unixtime(round(submit_time)) < ‘2015-12-31 23:59:59’Any tips?
- The topic ‘How to delete old entries from XXX_cf7dbplugin_submits table?’ is closed to new replies.