跳到主要内容

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;
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册