Cloud
DROP STORAGE
The DROP STORAGE statement removes a named storage definition.
Syntax
DROP STORAGE [IF EXISTS] storage_name;
-
storage_name: Name of the storage definition to remove. -
IF EXISTS: Optional. Prevents an error if the storage definition does not exist.
Was this helpful?