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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

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