Try OpenEdge Now
SQL Reference
SQL Reference
:
OpenEdge SQL Elements and Statements in Backus Naur Form
:
Data types syntax in BNF
:
Expressions syntax in BNF
:
Expression (expr)
:
Numeric arithmetic expression
Numeric arithmetic expression
numeric_arith_expr
::=
[
+
|
-
]
{
numeric_literal
|
numeric_expr
}
[
{
+
|
-
|
*
|
/
}
numeric_arith_expr
]