mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
[Docs] Formatting
This commit is contained in:
parent
89a9de76a6
commit
9c9c3bddb5
@ -86,11 +86,11 @@ The following Numeric literals are supported:
|
||||
**Exponential notation** - `1e100`, `-1e-100`
|
||||
**Floating point numbers** – `123.456`, `inf`, `nan`
|
||||
|
||||
Hex – `0xc0fe`
|
||||
SQL Standard compatible hex string – `x'c0fe'`
|
||||
**Hex** – `0xc0fe`
|
||||
**SQL Standard compatible hex string** – `x'c0fe'`
|
||||
|
||||
Binary – `0b1101`
|
||||
SQL Standard compatible binary string - `b'1101'`
|
||||
**Binary** – `0b1101`
|
||||
**SQL Standard compatible binary string** - `b'1101'`
|
||||
|
||||
Octal literals are not supported to avoid accidental errors in interpretation.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user