Changes between Initial Version and Version 1 of Ticket #26042, comment 14
- Timestamp:
- 03/06/2014 08:04:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26042, comment 14
initial v1 8 8 The clause it generates is: 9 9 {{{ 10 ORDER BY trunk_posts.post_date, trunk_posts.ID DESC10 ORDER BY trunk_posts.post_date, trunk_posts.ID DESC 11 11 }}} 12 12 According to [https://dev.mysql.com/doc/refman/5.0/en/sorting-rows.html MySQL reference], `DESC` only applies to `trunk_posts.ID` here.