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 8134353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:59:22+00:00 2026-06-06T09:59:22+00:00

I have table A with fields user1 and user2 and table B with user3

  • 0

I have table A with fields user1 and user2 and table B with user3 and user4 pairs.

I want to be able to find any rows from table A where the user1/user2 combination is also in table B.

The order doesn’t matter. For example table A with user1=Mike, user2=Joe would match table B with user3=Joe and user4=Mike.

  • 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-06-06T09:59:26+00:00Added an answer on June 6, 2026 at 9:59 am
    select a.user1, a.user2 from a, b 
    where (a.user1 == b.user3 and a.user2 == b.user4)
    or (a.user1 = b.user4 and a.user2 = b.user3);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a MySQL table called Users. The rows have 4 fields and look
I have a user table 'users' that has fields like: id first_name last_name ...
I have a table with fields user_id and votes . The votes field is
I have a table like this, with three fields: User | Question# | Answer
I have a table with three fields, User , City and Country , where
I have a table User which has the fields (id, first_name, middle_name, last_name). I
I have a single product table with multiple fields which contain user evaluations of
I have an entity where I want to specify a restriction that two fields
I have a table which has three fields (item_id, source, and price). (item_id, source,
I have got a Sales table which has fields like upgrade[yes/no] date upgraded[datetime] user[username]

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.