ClickHouse/docs/zh/sql-reference
Robert Schulze aa42a42e0f
Fix documentation of "modulo(a, b)"
Fixes #39287

ClickHouse uses the same semantics for modulo on floats as Python, i.e.
  4.2 % 2.0 = 0.2
and not as previously documented:
  4.2 % 2.0 --> (drop decimal places) --> 4 % 2 = 0.

Fixed the documentation.
2022-08-11 08:23:43 +00:00
..
aggregate-functions Fixed broken links 2022-04-11 09:55:54 -06:00
data-types fix boolean documents. 2022-04-26 05:51:56 +08:00
dictionaries Fixed broken links 2022-04-11 09:55:54 -06:00
functions Fix documentation of "modulo(a, b)" 2022-08-11 08:23:43 +00:00
operators Various docs fixes 2022-04-29 05:33:51 -06:00
statements Update group-by.md 2022-06-30 09:32:42 +03:00
table-functions Added /zh docs 2022-04-10 17:08:18 -06:00
window-functions make_links.sh 2021-09-20 09:51:41 +03:00
ansi.md Added /zh docs 2022-04-10 17:08:18 -06:00
distributed-ddl.md Added /zh docs 2022-04-10 17:08:18 -06:00
index.md Added /zh docs 2022-04-10 17:08:18 -06:00
syntax.md Added /zh docs 2022-04-10 17:08:18 -06:00