ClickHouse/docs/en/data_types/float.rst
2017-04-27 23:16:22 +03:00

8 lines
318 B
ReStructuredText

Float32, Float64
----------------
Floating-point numbers are just like 'float' and 'double' in the C language.
In contrast to standard SQL, floating-point numbers support 'inf', '-inf', and even 'nan's.
See the notes on sorting nans in "ORDER BY clause".
We do not recommend storing floating-point numbers in tables.