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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:06:32+00:00 2026-06-05T00:06:32+00:00

This works fine for player1name but how do I solve player2name? While I’m at

  • 0

This works fine for player1name but how do I solve player2name?

While I’m at it, let me know if you know any useful visual query builders 😉


SELECT 
_game.player1,
_user.username AS player1name,
_game.player2,
_user.username AS player2name,
FROM _game
LEFT JOIN _user ON _game.player1 = _user.id

  • 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-05T00:06:34+00:00Added an answer on June 5, 2026 at 12:06 am

    I don’t have mySQL running ATM, but it should be something like…

    SELECT 
    player1,
    u1.username AS player1name,
     player2,
    u2.username AS player2name,
    FROM _game
    INNER JOIN _user u1 ON _headsup.player1 = u1.id
    INNER JOIN _user u2 ON _headsup.player2 = u2.id
    

    i.e. alias on the join, use the alias in the select.

    However, I’m at a loss as to where _headsup comes from!

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

Sidebar

Related Questions

This works fine in FireFox: $(#listname).val().trim() But in safari it errors: $(#listname).val().trim() while this
In iOS5 this works fine: [descriptionWebView.scrollView setScrollEnabled:NO]; But in any iOS under 5 it
I know this works fine: <TextBox IsEnabled={Binding ElementName=myRadioButton, Path=IsChecked} /> ...but what I really
So this works fine, as you all know $(#foo).html = bar; But how would
This works fine: TreeMap <String, ArrayList> x_probs_org = new TreeMap<String, ArrayList>(); But this: TreeMap
This works fine: file1 = open(not_exisiting_file1.txt, w) but this not: file2 = open(folder +
I want to unzip a file and this works fine system('unzip File.zip'); But I
I need to return my result set in XML and this works fine, but
Somehow, this works fine in the Maya/Python script editor, but fails when it's inside
This works fine: std::vector<int> v; v.push_back(123); but this throws a std::length_error: std::vector<uint32_t> v;// or

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.