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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:23:46+00:00 2026-05-11T02:23:46+00:00

How would you reference table1 columns to 2 columns in table 2 I created

  • 0

How would you reference table1 columns to 2 columns in table 2

I created a table ‘State‘ with 50 exact rows

trying to relate (weddingState,contactState) in ‘Wedding‘ table

This is the statement that I created but it only joins the top WeddingState correctly – seems not to care about the INNER Join below it…

SELECT *

FROM weddings

INNER JOIN states as s1 ON weddings.WeddingState = s1.StateId //state of marriage

INNER JOIN states as s2 ON weddings.ContactState = s2.StateId //contact state of bride

WHERE weddings.weddingid=’094829292′

  • 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. 2026-05-11T02:23:47+00:00Added an answer on May 11, 2026 at 2:23 am

    I’d guess that you’re retrieving these in PHP or something, and you’re fetching the rows in a hash-array, keyed by the field name. Of course there can only be one element in a hash with a given key. So you need to use column aliases to make sure columns with the same name are given a distinct alias.

    SELECT w.*, s1.StateID AS wstate, s2.StateId AS cstate FROM weddings AS w INNER JOIN states AS s1 ON w.WeddingState = s1.StateId //state of marriage INNER JOIN states AS s2 ON w.ContactState = s2.StateId //contact state of bride WHERE w.weddingid='094829292'; 

    Now your hash-array will have keys ‘wstate’ and ‘cstate’. Without aliasing these columns, one will always overwrite the other.

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

Sidebar

Ask A Question

Stats

  • Questions 100k
  • Answers 100k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The stdin and stdout fds are being inherited by the… May 11, 2026 at 7:59 pm
  • Editorial Team
    Editorial Team added an answer IM Programs don't require any open ports because they are… May 11, 2026 at 7:59 pm
  • Editorial Team
    Editorial Team added an answer Nope - you can only link to real tables -… May 11, 2026 at 7:59 pm

Related Questions

In my specific case, I am making use of a discriminator column strategy. This
Which is your preference? Let's say we have a generic Product table that has
Imagine the scene, you're updating some legacy Sybase code and come across a cursor.
Have you ever seen any of there error messages? -- SQL Server 2000 Could

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.