Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6960261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:22:47+00:00 2026-05-27T15:22:47+00:00

I will try to be as explanatory as possible regarding my question. I am

  • 0

I will try to be as explanatory as possible regarding my question. I am using MYSQL/PHP to fetch data from two tables with the structure looking like the following:

     table A 
+---------+------------+
| userid  | username   |
+---------+------------+
|    1    |     john   |
|    2    |     doe    |
|    3    |     lewis  |
+---------+------------+

     table B
+---------+------------+-----------+
| id      |from_userid | to_userid |
+---------+------------+-----------+
|    1    |     1      |     3     |
|    2    |     3      |     2     |
|    3    |     1      |     2     |
|    4    |     2      |     1     |
+---------+------------+-----------+

Am trying to achieve the following:

+---------+------------+----------------------+
| id      |sender username| receiver username |
+---------+------------+----------------------+
|    1    |  john         |     lewis         |
|    2    |  lewis        |     doe           |
|    3    |  john         |     doe           |
|    4    |  doe          |     john          |
+---------+------------+----------------------+

As you can see, instead of returning the sender or receiver user id, I am returning their username according to Table A.

can I use left or right joins in this scenario? Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:22:48+00:00Added an answer on May 27, 2026 at 3:22 pm

    Try this

    SELECT b.id, sender.username AS sender_username, receiver.username AS receiver_username
    FROM tableB AS b
      JOIN tableA AS sender ON b.from_userid = sender.userid
      JOIN tableA AS receiver ON b.to_userid = receiver.userid
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will try and ask my question clearly... I have three tables that each
I will try to explain my problem clearly: I have two tables: document and
I will try to make this as straight forward as possible. This question does
I will try to make myself as clear as possible. Let start from the
I will try to make my question sound as unconfusing as possible. I appologize
I will try and illustrate my question with examples, I am attempting to create
I will try to be as clear as possible because I can't get anybody
I will try to keep this as simple as possible. I have a rather
Quite often I will try and run a PHP script and just get a
I will try to be as clear as possible. Here What I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.