1、去除首尾空格  select * from trim(' 测试 hu 测试 ');

 

 

2、去除所有空格   select * from replace(' 测试 hu 测试 ',' ','');

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2021-12-10
  • 2021-12-01
  • 2022-02-07
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案