DROP CLUSTER KEY
Deletes the cluster key for a table.
See also: ALTER CLUSTER KEY
Syntax
ALTER TABLE [IF EXISTS] <name> DROP CLUSTER KEY
Examples
This command drops the cluster key for table test:
ALTER TABLE test DROP CLUSTER KEY
Deletes the cluster key for a table.
See also: ALTER CLUSTER KEY
ALTER TABLE [IF EXISTS] <name> DROP CLUSTER KEY
This command drops the cluster key for table test:
ALTER TABLE test DROP CLUSTER KEY