工作中遇到一个大表记录中有非法非数字字符,不想用正则语法去做,

用一条SQL语句查出来的方法如下:

 

select * from table where translate(col,'*0123456789','*')  is not null

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-11-08
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案