Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Case Sensitive comparison, simple one!
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Case Sensitive comparison, simple one!
Divers
Thread ID:
00637469
Message ID:
00637469
Vues:
55
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform