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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:34:57+00:00 2026-05-23T12:34:57+00:00

I have a DB (user_interests) set up with 3 fields: i_id (unique), interest_id, uid.

  • 0

I have a DB (user_interests) set up with 3 fields: i_id (unique), interest_id, uid.

Then a second DB (interests) set up with the interests: interest_id (unique), interest_name

I’d like to do an SQL query to return a list of interests that two users have in common: User A (owner of a profile) and user B (you/viewer of a profile). I guess I need to query user_interests, then JOIN interests to get the name of the interest.

SELECT user_interests.i_id, user_interests.uid, interests.interest_name 
FROM databases.user_interests 
LEFT JOIN databases.interests 
ON interest.interest_id = user_interest.interest_id 
WHERE _______________

I’m confused about the where clause (if that is the correct way to do it at all). My goal is to get the interest_id from user_interests.interests where user_interests.uid is both A and then B (in separate rows).

I saw this link, but couldn’t figure out what exactly I was missing: Group by x where y = A and B and C

  • 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-23T12:34:58+00:00Added an answer on May 23, 2026 at 12:34 pm

    I don’t think you need the where clause in this case just remove it and you will get the set of data you are looking for:

    SELECT user_interests.i_id, user_interests.uid, interests.interest_name 
    FROM databases.user_interests 
    LEFT JOIN databases.interests 
    ON interest.interest_id = user_interest.interest_id 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an index whose documents have two fields (actually more like 800 fields
We would like to have user defined formulas in our c++ program. e.g. The
I am using .NET 4.0 & C# and SQL Server 2008. I have a
i have few questions for SQL gurus in here ... Briefly this is ads
I've quite a simple query regarding models. I have a model - class User
I have a many-to-many relationship set up through a join model. Essentially, I allow
I have my domain's email set up with Google Apps, and I am interested
I have taken on a project from a client which requires me to set
I have two tables: interests and Link_ui (this is for recording user and interest)
I have a website written in ASP.NET MVC and I have a parameter set

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.