mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
221 B
221 B
Conditional functions
if(cond, then, else), cond ? operator then : else
Returns 'then' if cond !or 'else' if cond = 0.'cond' must be UInt 8, and 'then' and 'else' must be a type that has the smallest common type.