DROP TENANT
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Deletes a tenant from a multi-tenant database.
If a tenant that is being dropped belongs to one or more groups, it is first disassociated from the group(s) before being dropped.
|
The following example shows how to drop the tenant, mtcustomer,
from the multi-tenant table:
| DROP TENANT pub.mtcustomer; |
For more on the DROP TENANT statement, see
OpenEdge SQL Reference.