@text = 'First +Last /(toto salary *0.07)'
什么是在运算符之间替换“仅整个短语”的 SQL 查询
我是说 :
replace(@text , 'toto salary','bobo salary')
result : 'First +Last /(bobo salary *0.07)'
但当 :
replace(@text , 'toto','')
NO result because not match whole phrase ('toto salary')
换句话说,替换'* + / - ()'运算符之间的短语