Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mysql Order by
Message
From
09/09/2002 21:47:05
 
 
To
09/09/2002 13:00:02
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
00698385
Message ID:
00698595
Views:
13
>Has anyone had problems with Sorts not properly working with mysql if there is any null values within a field. If so, how do you fix it? Ex: lower case will be mixed in among upper case text. This should not happen based on the ascii values. Any suggestions would be greatly appreciated.
>
>Sue

Hmm... with SQL Server it depends on your collation setting of the table. Have you tried to ORDER BY upper(fieldname) ?

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform