MySQL joins
August 21, 2008 9:58 PM
Subscribe
I have a problem joining three tables in MYSQL.
I have three tables I'd like to join and I can't quite get the SQL syntax right. Table 1 has two columns of numbers. I'd
like to join one of these columns with the same column in table 2, and the other column with its match in table 3.
So you could say there are two primary keys perhaps?
Could any SQL expert give me the syntax to return a list of all entries in table 1 with either a match in table 2 or 3?
Obviously I'm a bit of a beginner at this ;)
posted by dydecker to computers & internet (19 comments total)
1 user marked this as a favorite
posted by dydecker at 9:59 PM on August 21, 2008