开发者

sql server 2008 / replacement in a field / from position /with specified width / with specified substring

开发者 https://www.devze.com 2023-02-21 22:26 出处:网络
is there any function in sql server 2008 that do the belo开发者_如何学运维w job : i want toreplace in a field / from specified position /with specified width / with a specified substring...

is there any function in sql server 2008 that do the belo开发者_如何学运维w job :

i want to replace in a field / from specified position /with specified width / with a specified substring...

how can i do that ?

thanks for helping me


Have you looked at the STUFF function? It appears to meet your requirements.

0

精彩评论

暂无评论...
验证码 换一张
取 消