Skip to main content
Represents the contents of some projection in MergeTree tables. It can be used for introspection.

Syntax

Arguments

ArgumentDescription
databaseThe database name to read projection from.
tableThe table name to read projection from.
projectionThe projection to read from.

Returned value

A table object with columns provided by given projection.

Usage Example

Last modified on June 19, 2026