select * from table where trim(translate(column,'0123456789.',' ')) is not NULL -- FOR UPDATE ;
判断字段不是数字或小数
最新推荐文章于 2021-04-03 01:15:28 发布
select * from table where trim(translate(column,'0123456789.',' ')) is not NULL -- FOR UPDATE ;