FromClause
The from clause to be used in a select statement.
-
If no fields or forms are used in the select statement (e.g. SELECT count(*)), logical tables has to be used in the from-clause.
-
If fields or forms are used in the select statement, the from clause SQL is built based on what fields are used.