Mysql – UPDATE column with Y or N if data exists in another table
I have a MySQL 5.7 table with 8 million distinct email records. I have another table with about 2 million records with emails that are not distinct. I want to see the emails from the larger table that exist in…