I need to extract all the emails from my database. However there are many records that are blank but are displayed through the sql I wrote. How can I show all the unique and not empty records?
Thank you
SELECT comment_author_email
FROM `wp_comments`
1 Answer