// where cancat 函数
SELECT * from users WHERE email != CONCAT(username, '', '@huan1234qiu.com');
// where cancat 函数
SELECT * from users WHERE email != CONCAT(username, '', '@huan1234qiu.com');
转载于:https://www.cnblogs.com/mafeng/p/10395101.html