可以这样判断:

select translate('99999999999999', '\1234567890', '\') from dual;

返回的是空 ​

select translate('99999ss999999999', '\1234567890', '\') from dual;

返回的是 "ss"

相关文章:

  • 2021-09-01
  • 2021-12-07
  • 2021-07-22
  • 2022-12-23
  • 2021-11-29
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-03
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案