Try OpenEdge Now
SQL Reference
SQL Reference
:
OpenEdge SQL Elements and Statements in Backus Naur Form
:
Data types syntax in BNF
:
Statements, DDL and DML syntax in BNF
:
SELECT
SELECT
select statement
::=
query_expression
ORDER BY
{
expr
|
posn
}
[
ASC
|
DESC
]
[
,
{
expr
|
posn
}
[
ASC
|
DESC
]
,
...
]
FOR UPDATE
[
OF
[
table
.
]
column_name
,
...
]
;