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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:18:19+00:00 2026-05-24T07:18:19+00:00

Help me out with this query: I have 3 tables with this structure. items_to_groups

  • 0

Help me out with this query:
I have 3 tables with this structure.

items_to_groups (item_id | group_id)

item_to_regions (item_id | region_id)

items [a bunch of columns]

I need to select every row on the item table that has an item_id match on item_to_groups table WHERE group = x AND has an item_id match on item_to_regions table WHERE region = y

Currently the code I have is a horrible subquery with loops and all.

What would be a better way of doing this?
I’ve thought about JOIN and such, but can’t really get my head around on how to do it.

  • 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-24T07:18:20+00:00Added an answer on May 24, 2026 at 7:18 am
    SELECT bunch_of_columns
    FROM items i 
    INNER JOIN items_to_groups ig ON i.id=ig.item_id
    INNER JOIN items_to_regions ir on i.id=ir.item_d
    WHERE ir.region_id=y
    AND ig.group_id=x
    

    Have a look at the JOIN documentation on MySQL. Joins are important for relational databases.
    As you said you have a hard time grasping joins, have a look at A Visual Explanation of SQL Joins by Jeff Atwood. Maybe it helps.

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

Sidebar

Related Questions

I don't know how to query this one out. I have a table structure
Please help me to structure mysql query I have 2 tables, #_ udjacomment AND
Can you guys help me figure this out? I have the following JavaScript snippet:
i have three tables i would like to link in this one query. The
Hello everyone please help me out regarding this query which is fetching the data
I need a regex expert to help out on this one. Examples I've found
Please help me out on this explode() function issue. I am getting unexpected results
Perhaps someone can help me out with this one: I'm using a basic search
This is a long one, The Premise Was called in to help out a
Can someone please help me out with a JavaScript/jQuery solution for this arithmetic problem:

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.