@text = 'First +Last /(toto salary *0.07)'
什麼是SQL查詢,以取代 「只有整個短語」 愨操作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')
換句話說,替換'* +/- ()'運算符之間的短語
您使用哪種RDBMS? – 2013-04-24 08:57:37
sql server 2008 r2 – Fadi 2013-04-24 13:14:08