Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > MySQL Help

MySQL Help Post any question relating to MySQL here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2004-08-31, 02:09 PM
hedgehog
Guest
 
Posts: n/a
Default

my query:
SELECT * from $usertable ORDER BY username DESC LIMIT 0,5

some names i put into the db to test:

adam
beth
carl
dennis
eric
frank
gretchen

if i run this query, i get:

carl
dennis
eric
frank
gretchen

instead of what i think it should be:

gretchen
frank
eric
dennis
carl.

sorting it by ASC instead produces:

eric
dennis
carl
beth
adam

when i should think it would produce:

adam
beth
carl
dennis
eric


removing the LIMIT argument instantly fixes the problem and things sort in the direction i'd expect. i've never had a problem with this statement in the years i've done wamp/lamp development, so i'm more than a bit confused

this is using php5.1. now using mysql 4.1, but the same behavior was happening in 3.23 for this query.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2004-08-31, 02:15 PM
Xnuiem's Avatar
Senior Member
 
Join Date: May 2004
Location: DFW, Texas
Posts: 1,104
Xnuiem will become famous soon enough
Send a message via Yahoo to Xnuiem
Default

Using MySQL 4.0.18 I cannot replicate your problem.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Reply With Quote
  #3 (permalink)  
Old 2004-08-31, 02:41 PM
Guest
Guest
 
Posts: n/a
Default

ah, just found it... it's a rather large project, and i completely forgot one of the functions to pull the results down was doing a reverse count.

doofus of the day award goes to me :]
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:59 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.