Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT ORDER BY, W and V
Message
 
 
À
11/10/2010 11:19:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01484718
Message ID:
01484731
Vues:
50
>The SQL SELECT ORDER BY treats "W" and "V" characters as equal. Is there any way to make it understand that they are different characters?

How SQL Server compares or sorts data in a column depends on columns collation. You can specify different collation the the ORDER BY clause. For example
ORDER BY mycolumn1 COLLATE Latin1_General_CI_AS
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform