PhantomIII Posted February 9, 2004 Posted February 9, 2004 (edited) Any help on the following would be much appreciated I want to replace part of a string with something else via sql. String = "Scotland:Glasgow:England:London:Scotland:Dundee" say i wanna replace Scotland:xxxx with Ecosse:xxxx =Yes where xxx could be Glasgow / Dundee etc so after conversion string should read "Ecosse:Glasgow=Yes:England:London:Ecosse:Dundee=Yes" Edited February 9, 2004 by Derek Stone Quote
*Gurus* Derek Stone Posted February 9, 2004 *Gurus* Posted February 9, 2004 Use the T-SQL REPLACE() function. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.