This documentation is related to an older version of Firebolt. For the most current documentation, see Firebolt documentation.
DROP ENGINE
Deletes an engine.
Syntax
DROP ENGINE [IF EXISTS] <engine_name>
Parameters
Parameter | Description |
---|---|
<engine_name> | The name of the engine to be deleted. |
Example
The following example drops my_engine:
DROP ENGINE [IF EXISTS] my_engine