mysql查询为手机号码的数据
select * from basic_user_info where mobilephone is not null and mobilephone > '13000000000' and len(mobilephone )=11
mysql查询为手机号码的数据
select * from basic_user_info where mobilephone is not null and mobilephone > '13000000000' and len(mobilephone )=11