I got some tables I want to join. I know very basicly how to join tables, but I'm no good at it and I don't have much experience with it...
I have two tables:
_______________ _______________ ___
| meeting |
-----------------------------------------------------------
| meetingid | person1id | person2id | other |
-----------------------------------------------------------
______________
| people |
-------------------------
| peopleid | name |
-------------------------
I have the meetingid, and I want to select the meetingid, name of the person1id, name of the person2id and other.
If it makes any difference, it's gonna be used alongside php. :)
Thanks in advance!
I have two tables:
_______________ _______________ ___
| meeting |
-----------------------------------------------------------
| meetingid | person1id | person2id | other |
-----------------------------------------------------------
______________
| people |
-------------------------
| peopleid | name |
-------------------------
I have the meetingid, and I want to select the meetingid, name of the person1id, name of the person2id and other.
If it makes any difference, it's gonna be used alongside php. :)
Thanks in advance!
Comment