Syntax documentationfrom_table_spec Locate this document in the navigation structure

Syntax Syntax

  1. <from_table_spec> ::=
      <table_name> [AS] [<reference_name>]
    | <result_table_name> [AS] [<reference_name>]
    | (<query_expression>) [AS] [reference_name]
    | <joined_table>
    | (<from_table_spec>,...)
End of the code.