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;
原文地址:https://www.cnblogs.com/xuan52rock/p/8890771.html
时间: 2024-10-12 22:49:45