This is an old revision of the document!


DRAFT

Omnidex SQL: SELECT FROM Clause

Description

Syntax

Statement

Discussion

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.

Examples

Simple

2nd example

 
Back to top
dev/sql/statements/select/from.1278201753.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)