ClickHouse/docs/en/data_types/boolean.md

5 lines
125 B
Markdown
Raw Normal View History

# Boolean values
There isn't a separate type for boolean values. They use the UInt8 type, restricted to the values 0 or 1.