mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
commit
f619208b86
@ -194,7 +194,14 @@ Accepts a number. If the number is less than one, it returns 0. Otherwise, it ro
|
|||||||
|
|
||||||
## roundAge(num)
|
## roundAge(num)
|
||||||
|
|
||||||
Accepts a number. If the number is less than 18, it returns 0. Otherwise, it rounds the number down to a number from the set: 18, 25, 35, 45, 55.
|
Accepts a number. If the number is
|
||||||
|
- smaller than 1, it returns 0,
|
||||||
|
- between 1 and 17, it returns 17,
|
||||||
|
- between 18 and 24, it returns 18,
|
||||||
|
- between 25 and 34, it returns 25,
|
||||||
|
- between 35 and 44, it returns 35,
|
||||||
|
- between 45 and 54, it returns 45,
|
||||||
|
- larger than 55, it returns 55.
|
||||||
|
|
||||||
## roundDown(num, arr)
|
## roundDown(num, arr)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user