It seems that ?=ss
in SQL. I need to be able to distinguish on a strict charcter equivalent basis.
i.e. SELECT * from table WHERE name LIKE '%?%'
yields
Brian Bru?
Steven Sossmix
etc..
I've looked at different Collations to see if there is one that ignores character expansions, but no luck so far.
Database has Latin1_General_CI_AS
as default - I've also tried Latin1_General_CS_AS
and Latin1_General_CS_AS_WS
, neither of which worked.
Any help would be appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…