Try OpenEdge Now
SQL Reference
SQL Reference
:
OpenEdge SQL Elements and Statements in Backus Naur Form
:
Data types syntax in BNF
:
Search conditions syntax in BNF
:
Search condition
:
Quantified predicate
Quantified predicate
quantified_predicate
::=
expr
relop
{
ALL
|
ANY
|
SOME
}
(
query_expression
)