This is an old revision of the document!
Statement
The From Datasource can be one of the following:
| table_spec | A table using a syntax of [database.]table. |
| $OMNIDEX | An internal table automatically created and used for testing consisting of one row and one column. |
| (subquery) | A nested subquery. |
| JOIN Clause | Joins one or more tables. |