Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Case Sensitive comparison, simple one!
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Case Sensitive comparison, simple one!
Miscellaneous
Thread ID:
00637469
Message ID:
00637469
Views:
54
Consider the following example:

IF 'ALLO' = 'allo'
SELECT 'same'
ELSE
SELECT 'diff'

I get 'same'

In TSQL, how do I specify that the comparaison shoudl be case sensitive ?

(I've tried with PATINDEX with no luck)

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform