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

  • SEARCH
  • Home
  • 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 7189719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:21:40+00:00 2026-05-28T19:21:40+00:00

I am a bit braindead from programming non-stop today, and it seems easy but

  • 0

I am a bit braindead from programming non-stop today, and it seems easy but my brain is just not there at this point.

I have a table of records. Each record belongs to one or more categories. The categories and records are joined by an intermediate table which has record_id and category_id columns.

What I want to do is query for records that belong to the same categories as the current record. How would I go about that?

Thanks!!

  • 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-28T19:21:41+00:00Added an answer on May 28, 2026 at 7:21 pm

    Assuming your association table is called ‘record_category’. And that you already have the category ids for the ‘current record’ in a list.

    select r.* from records r join record_category rc on rc.record_id=r.record_id where rc.category_id in( ?category_ids)
    

    If all you have is the current record’s id. Then this would be a more complete query:

    select r.* from record r join record_category rc on rc.record_id=r.record_id where rc.category_id in(select rc.category_id from record_category rc where record_id=?) group by r.record_id
    

    Replace ? with the actual value of the id, or use it in a prepared statement (depends on the language).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Bit of an odd question but is there a way of seeing what objects
A bit of a neophyte haskell question, but I came across this example in
Bit of an edge case, but any idea why &&= would behave this way?
Bit of a long shot, but is there a way in ASP.NET to dynamically
A bit new with WPF...It seems like not matter what I change with horizontal
A bit complementary to, but no way the same as, this question. How to
Bit of a newb but just having a small problem using jquery cycle all
I may have gone completely braindead today, but I'm having trouble copying my DB
Bit tricky to communicate but hope this makes sense. I have 8 div containers
Bit of an obscure one this. My setup is all running on my local

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.