DROP ACCOUNT¶
Delete the account in your organization.
Description¶
Delete the account in your organization.
Syntax¶
> DROP ACCOUNT [IF EXISTS] account
Account names are case-sensitive. Mixed-case names and Unicode/CJK characters are preserved when MatrixOne resolves the account to drop. DROP ACCOUNT IF EXISTS only suppresses the missing-account error when the exact account name is absent.
Examples¶
> drop account if exists tenant_test;
Query OK, 0 rows affected (0.12 sec)
Note
If the account is in the session, when the account is removed, the session will be disconnected and MatrixOne can no longer be connected.