Skip to main content

DROP SEQUENCE

Introduced or updated: v1.2.426

Deletes an existing sequence from Databend.

Syntax

DROP SEQUENCE [IF EXISTS] <sequence>
ParameterDescription
<sequence>The name of the sequence to be deleted.

Examples

-- Delete a sequence named staff_id_seq
DROP SEQUENCE staff_id_seq;
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today