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