ALTER TENANT
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The ALTER TENANT statement:
- Modifies the definition of a tenant
- Allows you to change the
NO SPACEparameter specified for one or more existing multi-tenant tables - Adds an existing tenant to an existing multi-tenant group that is defined for a multi-tenant table
When a tenant joins a group, all the tenant's data for that table can be found in that group.
|
The following example modifies the table partition of the tenant to the allocated space and adds the tenant to a group:
|
For more on the ALTER TENANT statement, see
OpenEdge SQL Reference.