replace multiple words at the first space


/ Published in: SQL
Save to your folder(s)

replace multiple words such as firstname + lastname


Copy this code and paste it in your HTML
  1. UPDATE Pro_BIO SET RName = RTRIM(SUBSTRING(RName, 0, PATINDEX('% %', RName)))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.