sql --- where concat

// where cancat 函数

SELECT * from  users WHERE email != CONCAT(username, '', '@huan1234qiu.com');

原文地址:https://www.cnblogs.com/mafeng/p/10395101.html