SQL for WP to delete users with multiple meta keys and comments – Phpmyadmin
I need help putting together an SQL that can to remove users if they don't have (metakey1 or metakey2) and (does not have comments) I have this SQL which does it for single meta_key SELECT * FROM wp_users LEFT JOIN…