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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:09:21+00:00 2026-06-14T17:09:21+00:00

I have a mysql database with two tables, its a one-to-many relationship. table1 has

  • 0

I have a mysql database with two tables, its a one-to-many relationship.

table1 has elements {A,B,C...,N}
table2 has elements {A1,A2,...,AX,B1,B2,...BX,C1,C2,C3,...,CX,...,N1,N1,N3,...,NX}

I made a query to table one and it returns a subset of elements ie. {A,D,T} (this subset could be large, 100 elements)

Now I want to make a query to the second table to get all the elements that map to the first subset and they need to be sorted by two columns.

What is the best way to make the second query when the size of the subset from the first query is dynamic?
Do I need a string with a bunch of ORs?

SELECT * FROM table2 WHERE ID = A or ID = D ..... ORDER BY X,Y
  • 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-14T17:09:22+00:00Added an answer on June 14, 2026 at 5:09 pm

    try this

    SELECT * FROM table2 WHERE ID IN (SELECT ID FROM table1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In a MySQL database I have two tables linked in a join. One table
I have two tables in my MySQL database, one is a library of all
What I have is two tables inside of a mysql database. One table contains
I have a database that has two tables, one of which contains a foreign
I have two tables in MySql database, one is sales_order and the other is
I have the following two tables in my mysql database. Table Name: groups id
I have two tables in a MySql database: COUNTRY --------------- id, country_name and CITY
I am working on PHP and database MySQL. I have two tables in SQL
I have 10 tables in my database(MySQL). two of them is given below tbl_state
I have MySQL database with two tables: users and items. They look like this:

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.