Jump to content

Techbriefers

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Techbriefers

  1. You can select from both the table then refine the result by loop. Select using join. SELECT m.columns..., r.columns... FROM `messages` AS m LEFT JOIN `replies` AS r ON m.message_ID = r.message_ID ORDER BY m.message_ID ASC, r.reply_ID DESC LIMIT 0,200
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.