SQL$HELP_OLD72.HLB — Select Expressions, Arguments FROM name
Syntax options:
FROM table-name
FROM view-name
Identifies the tables and views that SQL uses to generate the
result table. If you name more than one table or view, SQL joins
them to create an intermediate result table.