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

Reply via email to