Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Join

An SQL join clause combines records from two or more tables in a database.

 

What does this section cover?

Child pages (Children Display)

...

NameDescriptionValue
indexorderThe order number of the join.Any number
outertableA The outer table name.Any table name that exists in database
innertableA The inner table name.Any table name that exists in database
jointypeThe type of join.INNER, LEFT, RIGHT
conditionsThe conditions that follow the join.Conditions

...