Sort threads by last_post_date and?

  • Thread starter Thread starter Robert9
  • Start date Start date

Robert9

Guest
Member
The sort of threads is
SELECT * FROM xf_thread
ORDER BY last_post_date DESC, last_post_id DESC ?
 
Top