Select Name, lower(name) as sortOrder from users order by sortOrder;
Not exactly what you wanted, but closer.
Cal
http://www.calevans.com
-----Original Message-----
From: Kif Henderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 7:38 PM
To: [EMAIL PROTECTED]
Subject: Case Sensitivity Problem
Hi,
Can somebody PLEASE help me....
If I send a query to get a list of names, like this:
SELECT Name FROM users ORDER BY Name,
I get a list of users like this...
Bob
Jon
Mark
Sally
andy
lucy
mary
steve
when what I REALLY want is this...
andy
Bob
Jon
lucy
Mark
mary
Sally
Steve
Can someone give me an idea on how I need to change my query in order to
achieve this ?
Thanks
Keith
----------------------------------------------------
Netrickery
Website Designers
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php