Notation

The syntax of the SQL language specified in this guide uses a variation of the BNF notation. Specific features of the notation include:

By way of an example consider the following syntax rule for bool-condition:

boolean-term [ OR boolean-term ]*

The syntax rules shows that a boolean-condition consists of one or more boolean-terms separated by the OR operator.

A further example can be found in the syntax rule for expr-primary-fold:

{ UPPER | LOWER } ( expression )

The rule uses braces '{' and '}' to show that a fold function consists of either the keyword UPPER or LOWER.


Disclaimer

ClearSCADA 2017 R2