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
:
CREATE TABLE
:
Column Definition
Column Definition
column_definition
::=
column_name
data_type
[
DEFAULT
{
literal
|
NULL
|
SYSDATE
}
]
[
column_constraint
[
column_constraint
...
]
]