select * from yourtable where charindex( ' ',name)> 0 and ascii(ltrim(name))> 127
replace yourtable set name=replace(name, ' ', ' ') where charindex( ' ',name)> 0 and ascii(ltrim(name))> 127去除空格SQL
最新推荐文章于 2025-11-11 09:18:22 发布

3079

被折叠的 条评论
为什么被折叠?



