跳到主要内容

DROP NGRAM INDEX

Introduced or updated: v1.2.726
ENTERPRISE EDITION FEATURE
NGRAM INDEX is an Enterprise Edition feature. Contact Databend Support for a license.

Drops an existing NGRAM index from a table.

Syntax

DROP NGRAM INDEX [IF EXISTS] <index_name>
ON [<database>.]<table_name>;

Examples

The following example drops the idx1 index from the amazon_reviews_ngram table:

DROP NGRAM INDEX idx1 ON amazon_reviews_ngram;
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册