首页 > 代码库 > mysql 查询某字段值全是数字

mysql 查询某字段值全是数字

select * from x_ziyuan where zy_zhanghu regexp ^[0-9]+$

 

mysql 查询某字段值全是数字