sql - SMSS Formatting of characters -


in ssms 2005, if inset following character (‑) changes font of adjacent letters , i'm unsure why. doesn't seem have adverse effect selects data want (which parts of order number) i'd ensure character isn't altering data in anyway. visual change or characters changing?

enter image description here

select  'hello', '‑hello', '‑he110', 

edit: output when adding n per comments.

enter image description here


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -