Skip to main content
ClickHouse offers a number of fixed-length integers, with a sign (Int) or without a sign (unsigned UInt) ranging from one byte to 32 bytes. When creating tables, numeric parameters for integer numbers can be set (e.g. TINYINT(8), SMALLINT(16), INT(32), BIGINT(64)), but ClickHouse ignores them.

Integer Ranges

Integer types have the following ranges: Unsigned integer types have the following ranges:

Integer Aliases

Integer types have the following aliases: Unsigned integer types have the following aliases:
Last modified on June 19, 2026