SQL Server 2000 - How to remove the hidden characters in the column? -


I'm trying to remove a hidden letters from the varchar column, these hidden characters (I.e. period, location) was taken from a scan bar code and after the query was executed it is not visible in the result set. I have tried to use the script below, but it failed to delete the hidden characters (see attached screenshots for reference.)

Any help is highly appreciated < MyTable from serialno = '123456789'

Img src = "https://i.stack.imgur.com/MvCzk.jpg" alt = "Enter image details here">

 Enter image details here

 here Image gallery Enter the file

One thing that has worked for me is with columns, special characters, then data Paste in Notepad ++ then see & gt; Show Icons & gt; Show all characters, then I can copy the special characters of Notepad ++ in the copy () function in SQL in the second argument.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -