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)
Expression (expr)
expr ::=
[
{
table_name
.|
alias
.}
]
column_name
|
character_literal
|
numeric_literal
|
date-time_literal
|
aggregate_function
|
scalar_function
|
numeric_arith_expr
|
date_arith_expr
|
conditional_expr
|
(
expr
)
In this section:
Numeric arithmetic expression
Date arithmetic expression