在 T-SQL 中,如何仅在字符串 ( varchar
) 的末尾替换出现的子字符串?
例如:
如果我要对violence
字符串使用子字符串进行操作'violence begets violence'
,结果将是'violence begets '
其他一些示例是
1) 'the fox jumped over the fence'
with substringfox
不会导致fox
字符串末尾没有变化。
2)Can I kick the can
带有子字符串can
会导致Can I kick the
3)gs_fs_pringles
使用子字符串_fs
不会导致任何变化
4)gs_pringles_fs
带有子字符串_fs
会导致gs_pringles