/ Published in: SQL
replace multiple words such as firstname + lastname
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE Pro_BIO SET RName = RTRIM(SUBSTRING(RName, 0, PATINDEX('% %', RName)))