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
:
In predicate
In predicate
in_predicate
::=
expr
[
NOT
]
IN
{
(
query_expression
)
|
(
constant
,
constant
[
,
...
]
)
}