Skip to main content
Returns the name of the engine executing the current query.

Syntax

CURRENT_ENGINE()

Return Types

TEXT

Example

SELECT CURRENT_ENGINE() as engine;
engine text
demo_engine

Rows: 1Execution time: 5.60ms