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