Update rounding_functions.md

This commit is contained in:
alexey-milovidov 2019-12-15 23:56:56 +03:00 committed by GitHub
parent 3ff7c1e4dc
commit d2ae3075fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ Accept a number, round it down to an element in the specified array. If the valu
[Original article](https://clickhouse.yandex/docs/en/query_language/functions/rounding_functions/) <!--hide-->
## bankerRound(x\[, N\])
## roundBankers(x\[, N\])
Rounds a value to a specified number of decimal places.