Syntax documentationjoined_table Locate this document in the navigation structure

Syntax Syntax

  1. <joined_table> ::=
      <from_table_spec>
    | <from_table_spec> [INNER] JOIN <from_table_spec> <join_spec>
    | <from_table_spec> [LEFT [OUTER] | [RIGHT [OUTER] | FULL [OUTER]] JOIN
        <from_table_spec> <join_spec>
End of the code.