发布:2021/1/4 14:38:34作者:管理员 来源:本站 浏览次数:1115
字符前的空格,用ltrim(string)
字符后的空格,用rtrim(string)
字符中的空格,用replace(string, ' ', ' ')
例
update qx_users set `NAME`=rtrim(NAME)
update qx_users set `NAME`=ltrim(NAME)
update qx_users set NAME=replace(NAME,' ','')
© Copyright 2014 - 2024 柏港建站平台 ejk5.com. 渝ICP备16000791号-4