Jump to content

Multiple Joins from the same table?


Kryptix

Recommended Posts

Not really sure how to do this. Say for example you have a table with columns `sender` and `receiver` which are their ID from the users table.

 

I need to do something like...

 

SELECT `username` AS 'sender' FROM `messages` JOIN `users` ON `messages`.`sender` = `users`.`id`

 

But how would I also obtain the receiver within the same query?

Link to comment
https://forums.phpfreaks.com/topic/203038-multiple-joins-from-the-same-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.