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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:33:58+00:00 2026-05-25T15:33:58+00:00

I am having trouble getting my query to return unique results. users_systems db setup:

  • 0

I am having trouble getting my query to return unique results.

users_systems db setup:
int id
int user_id
int system_id
int mic`

example users_systems data:
id user_id system_id mic
1 1 1 1
2 1 3 0

users_gamernames db setup

int id
int user_id
int system_id
varchar user_name

example users_gamernames data
id user_id system_id user_name
1 1 1 jayr0xx
2 1 3 jayrox

Query:

SELECT DISTINCT users_systems.system_id, users_systems.mic users_gamers.user_name
FROM users_systems  
LEFT JOIN users_gamernames ON users_gamernames.user_id = users_systems.user_id  
WHERE users_systems.user_id =4  
LIMIT 0 , 30

which returns:

system_id mic user_name
1 0 jayrox
1 1 jayr0xx
3 0 jayrox
3 1 jayr0xx

which i want to return:

system_id mic user_name
1 1 jayr0xx
3 0 jayrox

this is driving me insane
i am writing this in PHP 5.3 (PDO)

  • 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-25T15:33:59+00:00Added an answer on May 25, 2026 at 3:33 pm

    LEFT JOIN users_gamernames ON (users_gamernames.user_id = users_systems.user_id and users_gamernames.system_id = users_systems.system_id)

    Because you left out the second join condition, you’re getting the results for each user/system paired with each gamername.

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

Sidebar

Related Questions

I'm having trouble getting the results of a has_many query using php idiorm/paris. Following
I'm having trouble getting the results I want from a Salesforce/Apex/SOQL query. I want:
I'm having trouble getting the correct results in my query. I'm using Mysql and
I'm having trouble getting any information to display from this query. Anyone know where
I'm having trouble with a LINQ to SQL query getting the min value using
I am having trouble getting my ASP.NET application to start an application. For example
I'm having trouble getting the correct query (oracle) for what I'm looking for. Essentially
I am having trouble getting my head around this query for some reason and
I'm having trouble getting my head around converting a traditional SQL aggregate query into
Having some trouble getting this query to work correctly. mysql_query(DELETE FROM `table` WHERE `id`

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.