Skip to main content
Returns the current engine name. Returns system on the system engine.

Syntax

CURRENT_ENGINE()

Return Types

TEXT

Example

SELECT CURRENT_ENGINE() as engine;
engine text
demo_engine

Rows: 1Execution time: 5.60ms