Hi
I am trying to replace word smileys eomticons, with normal :) in the SQL firehose
When i run this query
Update News set NewsText=REPLACE(NewsText,'☺',':)')
I get this error message
http://screencast.com/t/I0G4udEKFAde
what is wrong here? And how do i fix my query so it works?
I am really hoping for your help, because I am totally stuck :/