mysql查询字段中含有中文
查询mysql数据库中字段中含有中文使用正则表达式:
例如:
select create_time,nickname from eb_engineer where not(nickname regexp "[\u4E00-\u9FA5]");
    你今天的努力,只是为了让你的苦更有价值
查询mysql数据库中字段中含有中文使用正则表达式:
例如:
select create_time,nickname from eb_engineer where not(nickname regexp "[\u4E00-\u9FA5]");
