What is Firebolt?
Overview
- Overview
- Architecture
- Pricing and billing
- Organizations and accounts
- Engine Fundamentals
- Data modeling
- Data management
- Queries
- Table and Column Compression
- Security
Guides
- Run queries
- Manage organization
- Get started
- Operate Engines
- SQL Dialect
- Load data
- Export data
- Configure security
- Develop with Firebolt
- Integrate with Firebolt
- Migrate to Firebolt
SQL reference
- Overview
- Data types
- Information schema
- Operators
- SQL commands
- Overview
- Access control
- Data definition
- ALTER ACCOUNT
- ALTER DATABASE
- ALTER LOCATION
- ALTER ORGANIZATION
- ALTER SCHEMA
- ALTER TABLE
- ALTER VIEW
- COMMENT ON
- CREATE ACCOUNT
- CREATE AGGREGATING INDEX
- CREATE DATABASE
- CREATE EXTERNAL TABLE
- CREATE TABLE AS SELECT (CTAS)
- CREATE TABLE
- CREATE LOCATION (Iceberg)
- CREATE LOCATION (Amazon S3)
- CREATE LOCATION
- CREATE TABLE CLONE
- CREATE VIEW
- DROP ACCOUNT
- DROP DATABASE
- DROP INDEX
- DROP LOCATION
- DROP TABLE
- DROP VIEW
- USE DATABASE
- Data management
- Engine commands
- Querying and query optimization
- Metadata commands
- SQL functions
General reference
API reference
Data definition
DROP INDEX
Reference and syntax for the DROP INDEX command.
Deletes an index.
Syntax
Copy
Ask AI
DROP AGGREGATING INDEX [IF EXISTS] <index_name>
Parameters
Parameter | Description |
---|---|
<index_name> | The name of the index to be deleted. |
On this page
Assistant
Responses are generated using AI and may contain mistakes.