标签:cat desc 查询 regexp sele exp HERE 正则表达 limit
SELECT * FROM `qq` where qq_name!=‘no‘ and qq_gender=‘女‘ and qq_location!=‘no‘ and qq_location!=‘‘ and qq!=qq_name and LENGTH(qq_name)>4 and not(qq_name REGEXP ‘[u4e00-u9fa5]‘) order by id desc limit 60000;
标签:cat desc 查询 regexp sele exp HERE 正则表达 limit
原文地址:https://www.cnblogs.com/xuan52rock/p/8890771.html