DROP STORE
Syntax
Description
Drops a Store from the organization. It can only be executed by the Store owner. A Store cannot be dropped if there are any relations that depend on the Store.
DROP STORE
cannot be undone. Use it with care!
Arguments
store_name
The name of the Store to drop. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.
Examples
Drop the current Store
The following drops the current Store demostore
, where the current Store name is also reset. A new Store can be set using the USE command:
When dropping a default Store for the current Orgianization, a new one can be set using SET DEFAULT to use for the following sessions of the Organization that owns the Store.
Last updated