MySQL删除小写记录

delete from tablename where binary field1 regexp '[a-z]';
原文地址:https://www.cnblogs.com/aquester/p/9891936.html