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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:31:08+00:00 2026-05-27T18:31:08+00:00

I would like to do the following query in MySQL : SELECT DINSTINCT cstc.car_id

  • 0

I would like to do the following query in MySQL:

SELECT DINSTINCT cstc.car_id FROM cars
    JOIN customer_cars cstc ON cstc.age =  student_cars.age

Where:

cars table has columns: car_id, name,…

customer_cars table has columns: car_id, age

student_cars table has columns: car_id, age

I know the query syntax is wrong because the student_cars table can not be recognized in this query (MySQL raise error).

(Basically, I would like to use the query to find out all car ids where customer_cars age equal to student_cars age)

So, how can I modify the query to make it working?

  • 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-27T18:31:08+00:00Added an answer on May 27, 2026 at 6:31 pm

    If you got you right, then that’s it (unverified):

    select distinct c.car_id 
    from cars c
    inner join customer_cars cc on c.car_id = cc.car_id
    inner join student_cars sc on c.car_id = sc.car_id
    where cc.age = sc.age
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to pass a MYSQL query via Coldfusion the following date: 03/13/2010
I would like to use something like the following: SELECT city FROM cities WHERE
I have the following mysql query: $products = mysql_query(SELECT * FROM dpweb_products WHERE id='$id')
I have the following query: select count(L.ID) from LA inner join L on (LA.leadid
I've got the following MySQL query that I would like to translate so it
I would like to create a query that returns rows in the following format:
I would like to use following sql to avoid constructing sql dynamically: SELECT CommentID,
I would like to run the following SQL select: SELECT ID, NUMERATOR, (SELECT m.COLUMNNAME
I have the following query, and would like to list only the first match.
With the following query: SELECT p.*, i.*, GROUP_CONCAT(DISTINCT(pc.category_id)) AS post_categories, GROUP_CONCAT(DISTINCT(pt.tag_id)) AS post_tags FROM

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.