[KLUG Members] MySQL - select ... order by?

Bruce Smith bruce at armintl.com
Wed Jul 20 14:52:51 EDT 2005


In a MySQL select, with the "order by" clause,
my output is sorted case insensitive.

How can the output be displayed case sensitive?

i.e.  I want:

 A
 B
 C
 a
 b
 c

NOT:

 A
 a
 B
 b 
 C
 c


 - BS




More information about the Members mailing list