Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT ORDER BY, W and V
Message
 
 
To
11/10/2010 11:19:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01484718
Message ID:
01484731
Views:
49
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform