/
Overview of the Structure of eSQL Statements
Overview of the Structure of eSQL Statements
The structure of statements in eSQL hardly differs from SQL. An eSQL statement consists of three parts, the SELECT clause, the FROM clause, and the WHERE clause. The SELECT clause is mandatory; both other clauses are optional. However, omitting the FROM clause is only rarely sensible. Thus
Select 1
is a valid statement.
All three clauses can become very complex and also contain other statements as subselects. The clauses are covered in more detail in separate sections.
Several statements can be linked with the keyword UNION and EXCEPT as in SQL.
, multiple selections available,
Related content
Archiving Statements
Archiving Statements
More like this
Privilege Conditions
Privilege Conditions
More like this
WHERE Clause
WHERE Clause
More like this
Release Notes 10.12
Release Notes 10.12
More like this
Release Notes 10.4
Release Notes 10.4
More like this
Changelog 10.16
Changelog 10.16
More like this