Replacing every £ with &pound?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • enterthe@walla.com

    Replacing every £ with &pound?

    Hi,

    I'd like to replace every instance of £ with £ in a text field
    in my database. The field contains text and £ will be one character
    amongst many. Is this possible?

    Enter

  • Aggro

    #2
    Re: Replacing every £ with &pound?

    enterthe@walla. com wrote:
    [color=blue]
    > I'd like to replace every instance of £ with £ in a text field
    > in my database. The field contains text and £ will be one character
    > amongst many. Is this possible?[/color]

    Try REPLACE():


    ( I hope I don't need to say, that backup your valuable data, before
    trying anything that affects whole table. )

    Comment

    Working...