mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Minor fix
This commit is contained in:
parent
b55a9cc6d4
commit
6111f61b2c
@ -145,13 +145,13 @@ Type: [Float](../../sql-reference/data-types/float.md).
|
||||
Query:
|
||||
|
||||
```sql
|
||||
SELECT max2(-1, 2);
|
||||
SELECT min2(-1, 2);
|
||||
```
|
||||
|
||||
Result:
|
||||
|
||||
```text
|
||||
┌─max2(-1, 2)─┐
|
||||
│ 2 │
|
||||
┌─min2(-1, 2)─┐
|
||||
│ -1 │
|
||||
└─────────────┘
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user