MySQL Forums
Forum List  »  Quality Assurance

Re: 5.1.23-rc possible order by desc bug
Posted by: Jeffrey Pugh
Date: February 17, 2008 08:36PM

Mark, I tried guessing at your table structure and values and got the following

+----------+------------+
| clientID | trackdate |
+----------+------------+
| 396326 | 1202945744 |
| 394466 | 1202929904 |
| 396069 | 1202669189 |
| 395218 | 1202549293 |
| 395891 | 1202525736 |
+----------+------------+

If you can extend the query with just p.clientID and rerun it, that would help (to see where the LEFT JOIN created a null row).

Options: ReplyQuote


Subject
Views
Written By
Posted
4798
February 16, 2008 02:55AM
Re: 5.1.23-rc possible order by desc bug
2523
February 17, 2008 08:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.