Panel | ||
---|---|---|
| ||
JoinA SQL join clause combines records from two or more tables in a database.
|
...
Name | Description | Value |
---|---|---|
outertable | A table name. | Any table name that exists in database |
innertable | A table name. | Any table name that exists in database |
jointype | The type of join. | INNER, LEFT, RIGHT |
conditions | The conditions that follow the join. | Conditions |
Example
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|