update PersonInfo set   PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(13) , '')    
update PersonInfo set   PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(10) , '')   
update PersonInfo set   PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(9) , '') 

删除 回车,换行,tab 空格,

相关文章:

  • 2022-12-23
  • 2021-07-26
  • 2021-07-31
  • 2022-01-05
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-12-15
  • 2021-08-22
相关资源
相似解决方案