/
DROP CUBES
DROP CUBES
Drops all existing cubes.
Syntax
DROP CUBES;
A more specific command, can be used for dropping of a specific single existing cube:
Syntax
DROP CUBE BY KEY <cube-key>;
Description
Once dropped, cubes cannot be recovered and must be re-created.
To get the <cube-key>, run:
SHOW CUBES
Example
DROP CUBE BY KEY cube-293288122b5c2fe91fd0c53711fbf8f4c7a8d2fdbaabf40c932c2cb636a7722e-1;
See Also
, multiple selections available,
Related content
DROP CUBES
DROP CUBES
More like this
UPDATE CUBE BY KEY
UPDATE CUBE BY KEY
More like this
UPDATE CUBE BY KEY
UPDATE CUBE BY KEY
More like this
GENERATE CUBES
GENERATE CUBES
More like this
GENERATE CUBES
GENERATE CUBES
More like this
DROP SCHEMA
DROP SCHEMA
More like this