CREATE GROUP
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The CREATE GROUP statement creates
a group for the specified table in a multi-tenant database and uses
the following syntax:
Syntax
|
Example: CREATE GROUP statement
The following example shows how to create a group for the pub.customer table
and allocate partition space for table, index, and LOB:
|
For more on the CREATE GROUP statement, see
OpenEdge SQL Reference.