SELECT * FROM `customers` WHERE `email` NOT REGEXP '^[^@][email protected][^@]+\.[^@]{2,}$';

BY Best Interview Question ON 20 Sep 2022