📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

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

Was this page helpful?