Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26042, comment 14


Ignore:
Timestamp:
03/06/2014 08:04:41 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26042, comment 14

    initial v1  
    88The clause it generates is:
    99{{{
    10 ORDER BY trunk_posts.post_date,trunk_posts.ID DESC
     10ORDER BY trunk_posts.post_date, trunk_posts.ID DESC
    1111}}}
    1212According to [https://dev.mysql.com/doc/refman/5.0/en/sorting-rows.html MySQL reference], `DESC` only applies to `trunk_posts.ID` here.