有些特殊字符,比如倒三角的%1F,可以按照如下方式替换,主要是char和replace函数的使用

update table1 set col1 = replace(col1, char(31), '')
where col1 > 0;

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-07-14
相关资源
相似解决方案