ClickHouse/docs/en/operations/system-tables/one.md

8 lines
256 B
Markdown
Raw Normal View History

# system.one {#system-one}
This table contains a single row with a single `dummy` UInt8 column containing the value 0.
This table is used if a `SELECT` query doesnt specify the `FROM` clause.
This is similar to the `DUAL` table found in other DBMSs.