Simple mySQL Question (I hope)
Simple mySQL Question (I hope)
Out of context: Reply #9
- Started
- Last post
- 14 Responses
- 187LockDown0
Inner Join:
Semantically equivalent to the comma. Can also be specified using the INNER JOIN keywords.
Without a WHERE condition it is equivalent to a Full Join.
Usually you will specify a WHERE condition to make this a true Inner Join.