CURRENT_ENGINE

Returns the current engine name. Returns system on the system engine.

Syntax

CURRENT_ENGINE()

Return Types

TEXT

Example

Interactive SQL Playground 🔥
SELECT CURRENT_ENGINE() as engine;