ClickHouse/docs/ru/operations/system-tables/one.md
2021-03-15 14:32:26 +03:00

7 lines
427 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# system.one {#system-one}
Таблица содержит одну строку с одним столбцом `dummy` типа UInt8, содержащим значение 0.
Эта таблица используется, если в `SELECT` запросе не указана секция `FROM`.
То есть, это - аналог таблицы `DUAL`, которую можно найти в других СУБД.